Skip to content

Commit 9a16594

Browse files
committed
changed test script value to match path
1 parent c27dd30 commit 9a16594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"scripts": {
7171
"lint": "eslint .",
7272
"pretest": "npm run lint",
73-
"test": "node ./build/test/runTest.js",
73+
"test": "node ./build/src/test/runTest.js",
7474
"test1": "vscode-test",
7575
"dev": "webpack --watch",
7676
"webpack": "webpack"

0 commit comments

Comments
 (0)