Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 257 Bytes

Tests.md

File metadata and controls

17 lines (11 loc) · 257 Bytes

Tests

Mocha, React Test Utils and Karma

We are using React Test Utils to test our components and using Karma for our test runner to run Mocha tests.

To run the test simply run:

$> npm test

Selenium

$> npm run test:selenium