Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
added unit test run instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hmuurine committed Mar 16, 2023
1 parent e0b6eeb commit a1c9f46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ We recommend studying [/ui-library](/Frontend/ui-library) and [player.ts](/Front
- `cd implementation/your_implementation`
- `npm build-all`

## Unit tests

The [/library](/Frontend/library) project has unit tests that test the Pixel Streaming functionality against a mocked connection. To run the tests manually, run:
- `cd library`
- `npm install`
- `npm run test`

## Legal

Expand Down

0 comments on commit a1c9f46

Please sign in to comment.