summaryrefslogtreecommitdiffstats
path: root/webapp/tests/components/about_build_modal.test.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Removing webappChristopher Speller2017-09-061-129/+0
|
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* PLT-5755: Infrastructure for Component Testing. (#5814)George Goldberg2017-03-231-0/+129
This migrates the existing webapp tests to using Jest and Enzyme. The infrastructure is put in place for React component testing, and a few simple example component tests are implemented. This also adds snapshot testing of components, coverage checking for the webapp (although that is not yet integrated to Coveralls), and the ability to run npm run test:watch to automatically re-run affected tests when working on the webapp codebase.