Skip to content

Commit 1249035

Browse files
authored
Update ci/dev/test.sh
1 parent 1f0d80d commit 1249035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/dev/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ main() {
88
make -s out/index.js
99
cd "$OLDPWD/test"
1010
yarn
11-
yarn jest "$@"
11+
yarn test "$@"
1212
}
1313

1414
main "$@"

0 commit comments

Comments
 (0)