Skip to content

Commit

Permalink
Revert "build/ add test:ci script to run tests in the ci with differe…
Browse files Browse the repository at this point in the history
…nt config"

This reverts commit 2771958.
  • Loading branch information
Ali(Ako) Hosseini committed Mar 16, 2022
1 parent 7b5d56c commit ccbfd85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions jest.config.ci.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"test:mocha": "f () { lerna exec --scope=@deriv/${1:-'*'} -- npm run test:mocha ;}; f",
"test:stylelint": "stylelint \"./packages/*/src/**/*.s(a|c)ss\"",
"test:jest": "jest --all --maxWorkers=2",
"test:ci": "jest --all --maxWorkers=2 --config=jest.config.ci.js --onlyChanged",
"test:qa": "cd e2e_tests && jest -c ./jest.config.js --maxWorkers=2 --detectOpenHandles",
"test:performance": "cd e2e_tests && jest -c ./jest.config.js --maxWorkers=2 --detectOpenHandles performance",
"stylelint:fix": "stylelint \"./packages/*/src/**/*.s(a|c)ss\" --fix",
Expand Down

0 comments on commit ccbfd85

Please sign in to comment.