Skip to content

Commit

Permalink
Pass all arguments to test
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Aug 24, 2023
1 parent 201dac3 commit afbd51c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configs/client-scripts/test-js-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ ARGS=$*
# js client tests folder
cd ${WORKING_DIR}/clients/js

for t in `ls test/${ARGS}*`; do
pnpm build && pnpm test ${t}
done
pnpm install && pnpm build && pnpm test ${ARGS}

0 comments on commit afbd51c

Please sign in to comment.