summaryrefslogtreecommitdiff
path: root/web-ui/webpack.test.config.js
AgeCommit message (Collapse)Author
2017-03-16[#924] Updates recovery code on backup account submitThais Siqueira
with @anikarni
2017-03-01[#907] Puts autofocus on username field.Thais Siqueira
with @anikarni
2017-02-16[#907] Bundles login static files separatelyAnike Arni
Due to conflicts with public and protected urls, login and interstitial files have to be on a different public url from inbox and resources that require login. Therefore, here, we delegate that logic to webpack. Now we have a '/public' url and a '/assets' url for those static assets.
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