Skip to content

Commit

Permalink
Remove migration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ae2079 committed Aug 7, 2024
1 parent 8b238bc commit d945672
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .mocharc.all-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"spec": [
"./test/pre-test-scripts.ts",
"./src/**/*.test.ts",
"./src/**/**/*.test.ts",
"./migration/tests/*.test.ts"
"./src/**/**/*.test.ts"
],
"timeout": 90000,
"exit": true,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
"eslint:fix": "eslint --fix {src,test,migration}/**/*.ts",
"test": "NODE_ENV=test mocha --config ./.mocharc.all-test.json",
"test:syncProjectsRequiredForListing": "NODE_ENV=test mocha ./test/pre-test-scripts.ts ./src/services/cronJobs/syncProjectsRequiredForListing.test.ts",
"test:migrations": "NODE_ENV=test mocha ./test/pre-test-scripts.ts migration/tests/*.ts",
"test:backupDonationImport": "NODE_ENV=test mocha ./test/pre-test-scripts.ts ./src/services/cronJobs/backupDonationImport.test.ts",
"test:projectEntity": "NODE_ENV=test mocha ./test/pre-test-scripts.ts ./src/entities/project.test.ts",
"test:projectValidators": "NODE_ENV=test mocha ./test/pre-test-scripts.ts ./src/utils/validators/projectValidator.test.ts",
Expand Down

0 comments on commit d945672

Please sign in to comment.