summaryrefslogtreecommitdiffstats
path: root/webapp/tests/formatting_at_mentions.test.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5755: Infrastructure for Component Testing. (#5814)George Goldberg2017-03-231-81/+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.
* Added a unique prefix to text formatting entities (#5549)Harrison Healey2017-02-281-9/+9
|
* PLT-4454 Autolink anything that looks like an at mention (#4416)Harrison Healey2016-11-011-0/+81
* PLT-4454 Added autolinking for anything that looks like an at mention * PLT-4454 Added unit tests for at mention autolinking