Skip to content

Commit c7959c6

Browse files
committed
updating tests
1 parent bac56a1 commit c7959c6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- run: npm install
1919
- run: npm run check-format
2020
- run: npm run lint
21-
- run: npm run test-node
21+
- run: npm run test
2222
- run: npm run build

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
},
3838
"scripts": {
3939
"test": "npx mocha \"test/**/*.test.ts\" --timeout 10000 -r dotenv/config",
40-
"test-bun": "bunx mocha \"test/**/*.test.ts\" --timeout 10000",
41-
"test-node": "npx mocha \"test/**/*.test.ts\" --timeout 10000",
40+
"test-bun": "bunx mocha \"test/**/*.test.ts\" --timeout 10000 -r dotenv/config",
4241
"build": "rm -rf dist && npx tsc && npx rollup --config",
4342
"all-tests": "npm run format && npm run lint && npm run test && npm run build && npm run test-doc && bun upgrade && bun run test-bun",
4443
"rollup": "npx rollup --config",

0 commit comments

Comments
 (0)