File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Pre-requisites:
2727Then, from the ` extensions/ql-vscode ` directory, use the appropriate command to run the tests:
2828
2929* Unit tests: ` npm run test:unit `
30- * View Tests: ` npm test:view `
30+ * View Tests: ` npm run test:view `
3131* VSCode integration tests: ` npm run test:vscode-integration `
3232
3333#### Running CLI integration tests from the terminal
@@ -48,8 +48,8 @@ Alternatively, you can run the tests inside of VSCode. There are several VSCode
4848
4949You will need to run tests using a task from inside of VS Code, under the "Run and Debug" view:
5050
51- * Unit tests: run the _ Launch Unit Tests - React _ task
52- * View Tests: run the _ Launch Unit Tests _ task
51+ * Unit tests: run the _ Launch Unit Tests _ task
52+ * View Tests: run the _ Launch Unit Tests - React _ task
5353* VSCode integration tests: run the _ Launch Unit Tests - No Workspace_ and _ Launch Unit Tests - Minimal Workspace_ tasks
5454
5555#### Running CLI integration tests from VSCode
You can’t perform that action at this time.
0 commit comments