Skip to content

Commit d8a3e49

Browse files
committed
Update contribution docs
1 parent b639f62 commit d8a3e49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,11 @@ The CLI integration tests require an instance of the CodeQL CLI to run so they w
104104

105105
#### Running the tests
106106

107+
You will need to have `npm run watch` running in the background.
108+
107109
##### 1. From the terminal
108110

109-
First move into the `extensions/ql-vscode` directory. Then, depending on which tests you want to run, use the appropriate command to run the tests:
111+
Then, from the `extensions/ql-vscode` directory, use the appropriate command to run the tests:
110112

111113
* Unit tests: `npm run test:unit`
112114
* View Tests: `npm test:view`

0 commit comments

Comments
 (0)