Skip to content

Commit 22231bf

Browse files
committed
fix: update test script
1 parent ee93a35 commit 22231bf

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
@@ -6,7 +6,7 @@ main() {
66

77
cd test/test-plugin
88
make -s out/index.js
9-
cd "$OLDPWD"
9+
cd "$OLDPWD/test"
1010
yarn jest "$@"
1111
}
1212

0 commit comments

Comments
 (0)