Skip to content

Commit

Permalink
test: run unit tests before functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Sep 10, 2021
1 parent 639aaac commit 456123e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -39,12 +39,12 @@
"minify-logo": "svgo assets/logo/*.svg",
"prepack": "run-s clean build",
"test": "jest",
"test:functional": "jest -c functional.local.jest.config.js",
"test:unit": "jest -c unit.local.jest.config.js",
"test:functional": "jest -c functional.local.jest.config.js",
"test:watch": "jest --watch",
"test-ci": "run-s \"test-ci:*\"",
"test-ci:functional": "jest -c functional.jest.config.js --maxWorkers=2",
"test-ci:unit": "jest -c unit.jest.config.js --maxWorkers=2",
"test-ci:functional": "jest -c functional.jest.config.js --maxWorkers=2",
"watch-docs": "run-p \"watch-docs:*\"",
"watch-docs:apidocs": "typedoc --preserveWatchOutput --watch",
"watch-docs:docs": "mkdocs serve"
Expand Down

0 comments on commit 456123e

Please sign in to comment.