Skip to content

Commit

Permalink
chore(tests): update node test script to specify test file path
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Nov 25, 2024
1 parent 232b6bd commit 89ec773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
node-version-file: ".node-version"

- run: node --test test_node
- run: node --test test_node/node.test.js

bun-test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"scripts": {
"build": "./scripts/build.sh",
"test:node": "node --test test_node",
"test:node": "node --test test_node/node.test.js",
"test:deno": "deno test test_deno --allow-read",
"test:bun": "bun test test_bun"
},
Expand Down

0 comments on commit 89ec773

Please sign in to comment.