Skip to content

Commit 312add9

Browse files
committed
chore: bruh
Signed-off-by: tunnckoCore <5038030+tunnckoCore@users.noreply.github.com>
1 parent 4f8693a commit 312add9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,15 @@
6060

6161
"test-specific": "node --disable-warning=ExperimentalWarning --experimental-vm-modules ./node_modules/jest/bin/jest.js --testPathPattern=test/standalone/keep-alive-error.test.js",
6262
"test-jest": "node --disable-warning=ExperimentalWarning --experimental-vm-modules ./node_modules/jest/bin/jest.js --testPathPattern=test/ --coverage",
63-
"test-node": "node --disable-warning=ExperimentalWarning --test ./test-node/**/*.test.*",
63+
"test-node": "node --disable-warning=ExperimentalWarning --test ./test-node/**/*.test.js",
6464

65-
"test-node:ci": "node --experimental-vm-modules ./node_modules/.bin/nyc node --test ./test-node/**/*.test.*",
6665
"test-jest:ci": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --testPathPattern=test/ --coverage",
6766

6867
"test:local": "pnpm run test-node && pnpm run test-jest",
6968

7069
"audit": "pnpm audit --prod --fix",
7170
"pretest": "rm -rf ./test/tmp && mkdir ./test/tmp",
72-
"test": "pnpm run audit && pnpm run test-node:ci && pnpm run test-jest:ci"
71+
"test": "pnpm run audit && node --test ./test-node/**/*.test.js && pnpm run test-jest:ci"
7372
},
7473
"dependencies": {
7574
"@paralleldrive/cuid2": "^2.2.2",

0 commit comments

Comments
 (0)