Skip to content

Commit

Permalink
Fixed test run start (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
fr43nk authored Sep 6, 2022
1 parent 285afe2 commit b260f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"--extensionTestsPath=${workspaceFolder}/out/test"
],
"outFiles": ["${workspaceFolder}/out/test/**/*.js"],
"preLaunchTask": "npm: test-compile"
"preLaunchTask": "npm: pretest"
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@
"watch": "tsc -watch -p ./",
"pretest": "npm run compile && npm run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js",
"test": "node ./out/src/test/runTest.js",
"deploy": "vsce publish",
"webpack": "webpack --mode development",
"webpack-dev": "webpack --mode development --watch",
Expand Down

0 comments on commit b260f75

Please sign in to comment.