Skip to content

Commit

Permalink
docs: add testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
uhyo committed Dec 5, 2022
1 parent 0bd9b2e commit aa529c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ Currently, build artifacts needs to be committed. Follow the following steps to
2. `npm run build:lib`
3. `npm run build:diff`
4. Commit the build artifacts

### How to Run Tests

Follow below steps to run tests locally.

1. `npm run build:tsc`
2. `npm run build:lib`
3. `npm run build:package`
4. `npm run install` in tests directory
5. `npm test` in tests directory

0 comments on commit aa529c8

Please sign in to comment.