summaryrefslogtreecommitdiffstats
path: root/webapp/tests/components/__snapshots__
Commit message (Collapse)AuthorAgeFilesLines
* PLT-4257 Add pop-up asking if user wants to reset status (#6526)Joram Wilander2017-06-061-0/+54
| | | | | | | | | | | | * Add pop-up asking if user wants to reset status * Update test snapshot * Update prop name for old uses of confirm modal * Updating checkbox (#6586) * Updating style for checkbox (#6596)
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-182-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | * Updating client dependancies. Switching to using yarn. * Updating React * Moving pure components to using function syntax (performance gains with newer react version) * Updating client dependancies. * Ignore .yarninstall * Enabling pre-lockfile because it's the entire point of using yarn. * Removing old webpack config * Moving to new prop-types * Fixing ESLint Errors * Updating jest snapshots. * Cleaning up package.json
* PLT-6406 Migrate new channel modal to be pure and use redux (#6416)Joram Wilander2017-05-171-0/+733
| | | | | | * Migrate new channel modal to be pure and use redux * Add component tests
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-4/+12
| | | | | | | | | | | | * 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-232-0/+361
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.