Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 376 Bytes

TESTING.md

File metadata and controls

23 lines (12 loc) · 376 Bytes

Testing

Testing

Lint and run tests (including with code coverage):

$ yarn test

You can then view the code coverage at coverage/lcov-report/index.html

Run the tests interactively:

$ yarn just-test

Running the Demo

$ yarn start

Then visit http://localhost:3000 in a browser.

Analyzing the Bundle

$ yarn analyze-bundle # Don't run in VM