summaryrefslogtreecommitdiff
path: root/web-ui/webpack.test.config.js
AgeCommit message (Collapse)Author
2017-02-10[#922] Adds integration test for translationsAnike Arni
with @tayanefernandes
2017-02-03[#922] Move new js tests to mochaAnike Arni
We decided to move to mocha because it has more support for node testing with webpack (no need for browser). Since we're moving to React, we don't need the browser for our unit tests. With @tayanefernandes