From 33b1465ccc80091d79c328214cddecd077bbcebb Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Fri, 10 Dec 2021 12:04:00 -0800 Subject: [PATCH] Docs: add clarification on directory for running tests via CLI --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d9bedc047..6e6574e9a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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