summaryrefslogtreecommitdiffstats
path: root/webapp/tests/client_admin.test.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5755: Infrastructure for Component Testing. (#5814)George Goldberg2017-03-231-294/+0
| | | | | | | | | | 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.
* Removing unit test that we'll probably never run (#4944)Corey Hulen2017-01-031-17/+0
|
* Modifying permissions system. (#3897)Christopher Speller2016-09-131-11/+11
|
* Moving javascript driver back to platform (#3613)Christopher Speller2016-07-191-0/+311
|
* Moving tests to javascript client (#3108)Christopher Speller2016-05-261-295/+0
|
* Adding APIs to reload config, recycle db connections and ping server (#3096)Corey Hulen2016-05-241-0/+295
* Adding APIs to reload config, recycle db connections and ping server * Fixing unit test * Adding unit tests