Skip to content

Commit 38fa094

Browse files
fix: in api dir, use 'test' script
1 parent 0a0ed27 commit 38fa094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kash.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ run_app_tests() {
12601260
pushd "$REPO_DIR/api"
12611261

12621262
use_node "$NODE_VER"
1263-
yarn test:server
1263+
yarn test
12641264

12651265
## Publish code coverage
12661266
##

0 commit comments

Comments
 (0)