Skip to content

Commit 82945f6

Browse files
authored
Fix uvu test pattern for Windows (#402)
1 parent 67ddeea commit 82945f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"format": "prettier --write . --config ../../.prettierrc --ignore-path .gitignore",
5151
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
5252
"prepublishOnly": "npm run build",
53-
"test": "uvu src \"(spec.mjs|test/index.mjs)\""
53+
"test": "uvu src \"(spec\\.mjs|test[\\\\/]index\\.mjs)\""
5454
},
5555
"exports": {
5656
"./api": {

0 commit comments

Comments
 (0)