Skip to content

Commit

Permalink
test(CLI): Adds CLI tests back to CI flow. (Thanks to @das7pad - #1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
das7pad authored and ryasmi committed Sep 6, 2019
1 parent ea46a0c commit f13011c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"test-api": "mocha-webpack --exit --webpack-config \"api/testConfig.js\" \"api/src/**/*-test.js\"",
"test-worker": "mocha-webpack --exit --webpack-config \"worker/testConfig.js\" \"worker/src/**/*-test.js\"",
"test-lib": "mocha-webpack --exit --webpack-config \"api/testConfig.js\" \"lib/**/*-test.js\"",
"test-cli": "mocha-webpack --exit --webpack-config \"cli/testConfig.js\" \"cli/**/*-test.js\"",
"test-cli": "mocha-webpack --exit --webpack-config \"cli/testConfig.js\" \"cli/**/*-test.js\" --include lib/models",
"test-ui": "jest --config ui/jest.config.json --env node",
"ci-test-integrations": "npm install -g pm2 && yarn build-all && yarn start-test && yarn test-integration-run --config videoRecording=false && yarn stop-test",
"test": "yarn test-api && yarn test-lib && yarn test-worker && yarn test-ui",
"test": "yarn test-api && yarn test-lib && yarn test-worker && yarn test-ui && yarn test-cli",
"test-integration": "cypress open",
"test-integration-run": "cypress run",
"migrate": "node cli/dist/server migrateMongo --up",
Expand Down

0 comments on commit f13011c

Please sign in to comment.