Skip to content

Commit 8ee7de2

Browse files
committed
fix build
1 parent f70e848 commit 8ee7de2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"request": "launch",
1717
"runtimeArgs": [
1818
"--test",
19-
"./lib/esm/test/**/*.test.js"
19+
"./lib/esm/test/*.test.js"
2020
],
2121
"cwd": "${workspaceRoot}",
2222
"sourceMaps": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
4444
"watch": "tsc -w -p ./src",
4545
"pretest": "npm run compile",
46-
"test": "node --test ./lib/esm/test/**/*.test.js",
46+
"test": "node --test ./lib/esm/test/*.test.js",
4747
"posttest": "npm run lint",
4848
"coverage": "npx nyc -r lcov npm run test",
4949
"lint": "eslint src/**/*.ts",

0 commit comments

Comments
 (0)