From 38bd56b1302bd552bff44d37a2ef256ffff3ef05 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Tue, 12 Oct 2021 00:10:29 -0700 Subject: [PATCH] Clarified directory for tests --- docs/build-debug.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/build-debug.md b/docs/build-debug.md index 74c671a2d..7a41ebb9a 100644 --- a/docs/build-debug.md +++ b/docs/build-debug.md @@ -26,7 +26,8 @@ To install in VS Code, go to the extensions panel and choose “Install from VSI ## Running Pyright tests -1. Execute `npm run test` +1. cd to the `packages/pyright-internal` directory +2. Execute `npm run test` ## Debugging Pyright