From 2c0b84bf4d9d297b0ecf016acfb855f2ed33ee11 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 8 Feb 2020 10:08:37 +1300 Subject: [PATCH] Removing jest (for now); TODO: reinstate using tox --- .circleci/config.yml | 20 +------------------- package.json | 2 +- 2 files changed, 2 insertions(+), 20 deletions(-) mode change 100644 => 100755 package.json diff --git a/.circleci/config.yml b/.circleci/config.yml index 645cece4..3de588de 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ workflows: filters: branches: only: deploy/test - - test: + - jest: requires: - build filters: @@ -63,16 +63,9 @@ workflows: filters: branches: only: deploy/release - - test: - requires: - - build - filters: - branches: - only: deploy/release - deploy: requires: - build - - test filters: branches: only: deploy/release @@ -137,17 +130,6 @@ jobs: - mopidy_iris key: v1-dependencies-{{ checksum "VERSION.md" }} - test: - docker: - - image: nikolaik/python-nodejs:python3.7-nodejs12-stretch - steps: - - checkout - - restore_cache: - keys: - - v1-dependencies-{{ checksum "VERSION.md" }} - - run: - name: Run tests - command: npm run test deploy: docker: - image: nikolaik/python-nodejs:python3.7-nodejs12-stretch diff --git a/package.json b/package.json old mode 100644 new mode 100755 index 04c3f772..4d49cc2b --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "webpack-strip": "0.1.0" }, "scripts": { - "test": "jest", + "jest": "jest", "start": "webpack-dev-server", "lint": "eslint src", "lint:fix": "eslint src --fix",