summaryrefslogtreecommitdiffstats
path: root/cmd/platform/test.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5755: Infrastructure for Component Testing. (#5814)George Goldberg2017-03-231-0/+29
| | | | | | | | | | 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.
* Adding stderr to client tests output. Exiting with error so make will fail. ↵Christopher Speller2017-01-231-0/+16
| | | | (#5168)
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-2/+3
| | | | | | | | | | * Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge
* Improving command line interface (#4689)Christopher Speller2016-12-061-0/+82