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 1f0d80d commit 1249035Copy full SHA for 1249035
ci/dev/test.sh
@@ -8,7 +8,7 @@ main() {
8
make -s out/index.js
9
cd "$OLDPWD/test"
10
yarn
11
- yarn jest "$@"
+ yarn test "$@"
12
}
13
14
main "$@"
0 commit comments