Skip to content

Commit aa529c8

Browse files
committed
docs: add testing instructions
1 parent 0bd9b2e commit aa529c8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,13 @@ Currently, build artifacts needs to be committed. Follow the following steps to
3434
2. `npm run build:lib`
3535
3. `npm run build:diff`
3636
4. Commit the build artifacts
37+
38+
### How to Run Tests
39+
40+
Follow below steps to run tests locally.
41+
42+
1. `npm run build:tsc`
43+
2. `npm run build:lib`
44+
3. `npm run build:package`
45+
4. `npm run install` in tests directory
46+
5. `npm test` in tests directory

0 commit comments

Comments
 (0)