Skip to content

Commit b62d725

Browse files
authored
Add note about building TS library first (#2324)
1 parent e292962 commit b62d725

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

clients/ts/DebuggingTests.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Prerequisites: NodeJS, have run `./build.cmd /t:Restore` at least once since cle
66

77
All commands must be run from this directory (the `clients/ts` directory).
88

9+
## Building the library before running tests
10+
11+
You need to build the libraries any time you make a change, before you can run the tests. Do this by running the following command from the `clients/ts` folder:
12+
13+
```
14+
> npm run build
15+
```
16+
917
## Running all tests
1018

1119
```
@@ -91,4 +99,4 @@ You can launch all tests under the debugger in Visual Studio Code by clicking on
9199

92100
You can launch all tests **in the currently open file** under the debugger in Visual Studio Code by clicking on the "Debug" tab on the left side, selecting "Jest - Current File" in the dropdown at the top and clicking the play button, or pressing F5.
93101

94-
**NOTE**: Pair this with `.only` to easily debug a single test!
102+
**NOTE**: Pair this with `.only` to easily debug a single test!

0 commit comments

Comments
 (0)