We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f5b52 commit 8bb7cfeCopy full SHA for 8bb7cfe
ci/dev/test-unit.sh
@@ -30,7 +30,7 @@ main() {
30
# We must keep jest in a sub-directory. See ../../test/package.json for more
31
# information. We must also run it from the root otherwise coverage will not
32
# include our source files.
33
- CS_DISABLE_PLUGINS=true ./test/node_modules/.bin/jest "$@"
+ CS_DISABLE_PLUGINS=true ./test/node_modules/.bin/jest "$@" --testRegex "./test/unit/.*ts" --testPathIgnorePatterns "./test/unit/node/test-plugin"
34
}
35
36
main "$@"
0 commit comments