Skip to content

Commit 2dc4d37

Browse files
committed
fix: update test script in package.json to fix windows. Frikkin windows.
1 parent f6e8448 commit 2dc4d37

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.claude/settings.local.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
"WebSearch",
77
"WebFetch(domain:typescript-eslint.io)",
88
"WebFetch(domain:github.com)",
9-
"Bash(npm install)"
9+
"Bash(npm install)",
10+
"Bash(npm test)"
1011
],
1112
"deny": [],
1213
"ask": []
1314
},
1415
"enableAllProjectMcpServers": false
15-
}
16+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"lint": "eslint",
2727
"fmt": "prettier --write .",
2828
"pretest": "npm run compile",
29-
"test": "mocha 'dist/**/*.spec.js'",
29+
"test": "mocha dist/**/*.spec.js",
3030
"docs:build": "typedoc",
3131
"docs:serve": "npm run docs:build && npx serve build/docs",
3232
"docs": "npm run docs:serve",

0 commit comments

Comments
 (0)