Skip to content

Commit d6c5ed9

Browse files
committed
docs: note build before test closes #4558
1 parent 3130470 commit d6c5ed9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,13 @@ Currently we are using TypeScript for the codebase, feel free to use any of it's
6868

6969
Each test file represents a unit test to the corresponding file in the src folder.
7070

71-
To run the tests:
71+
You need to build the files before you run the tests:
72+
73+
```sh
74+
pnpm build
75+
```
76+
77+
Then to run the tests:
7278

7379
```sh
7480
pnpm test

0 commit comments

Comments
 (0)