Update contribution docs

This commit is contained in:
Elena Tanasoiu
2022-11-02 14:09:53 +00:00
parent b639f62cfd
commit d8a3e49d19

View File

@@ -104,9 +104,11 @@ The CLI integration tests require an instance of the CodeQL CLI to run so they w
#### Running the tests
You will need to have `npm run watch` running in the background.
##### 1. From the terminal
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:
Then, from the `extensions/ql-vscode` directory, use the appropriate command to run the tests:
* Unit tests: `npm run test:unit`
* View Tests: `npm test:view`