Skip to content

Commit 135bce8

Browse files
authored
Minor fixes to testing.md (#3032)
1 parent b1aa591 commit 135bce8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/testing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pre-requisites:
2727
Then, 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

4949
You 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

0 commit comments

Comments
 (0)