Skip to content

Commit 528479e

Browse files
committed
Shorten uvu test pattern
1 parent b28e03a commit 528479e

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|test\\\\index\\.mjs)\""
53+
"test": "uvu src \"(spec\\.mjs|test[/\\\\]index\\.mjs)\""
5454
},
5555
"exports": {
5656
"./api": {

0 commit comments

Comments
 (0)