Skip to content

Commit

Permalink
Rename test to testmod so it doesn't initially match instead of using…
Browse files Browse the repository at this point in the history
… testPathIgnorePatterns which then drops any additional positional args to yarn test
  • Loading branch information
cmdcolin committed Sep 22, 2021
1 parent f1f7d8c commit f1bfe69
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 222 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"check-format": "prettier --check .",
"typecheck": "tsc --noEmit",
"pretest-ci": "cd products/jbrowse-react-linear-genome-view;yarn build;cd ../../",
"test-ci": "jest --ci --coverage",
"test-ci": "jest --ci --coverage && jest --testMatch '**/*testmod.js'",
"built-test-ci": "jest --ci integration.test.js",
"test": "DEBUG_PRINT_LIMIT=0 jest --testPathIgnorePatterns products/jbrowse-img"
"test": "DEBUG_PRINT_LIMIT=0 jest"
},
"husky": {
"hooks": {
Expand Down
19 changes: 0 additions & 19 deletions products/jbrowse-img/DEVELOPER.md

This file was deleted.

201 changes: 0 additions & 201 deletions products/jbrowse-img/LICENSE

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit f1bfe69

Please sign in to comment.