We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef55050 commit 023c21fCopy full SHA for 023c21f
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