Docs: add clarification on directory for running tests via CLI

This commit is contained in:
Angela P Wen 2021-12-10 12:04:00 -08:00 коммит произвёл Andrew Eisenberg
Родитель c8ed8b2591
Коммит 33b1465ccc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -81,7 +81,7 @@ You can use VS Code to debug the extension without explicitly installing it. Jus
Unit tests and many integration tests do not require a copy of the CodeQL CLI.
Outside of vscode, run:
Outside of vscode, in the `extensions/ql-vscode` directory, run:
```shell
npm run test && npm run integration