Skip to content

Commit 7255100

Browse files
authored
chore: standardize test filenames to *.test.js (#267)
1 parent 7e61e90 commit 7255100

20 files changed

+8
-8
lines changed

packages/compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build:cts": "node ../../tools/build-cts.js dist/esm/index.d.ts dist/cjs/index.d.cts",
2929
"build": "rollup -c && tsc -p tsconfig.esm.json && npm run build:cts",
3030
"test:jsr": "npx jsr@latest publish --dry-run",
31-
"test": "mocha tests/*.js",
31+
"test": "mocha \"tests/**/*.test.js\"",
3232
"test:coverage": "c8 npm test"
3333
},
3434
"repository": {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)