Run some tests under karma

Including a regression test for
https://github.com/vector-im/vector-web/issues/1314
This commit is contained in:
Richard van der Hoff 2016-04-13 10:15:04 +01:00
parent 46572ae793
commit 429d110212
9 changed files with 595 additions and 11 deletions

View file

@ -13,6 +13,9 @@ npm install
# we may be using a dev branch of react-sdk, in which case we need to build it
(cd node_modules/matrix-react-sdk && npm run build)
# run the mocha tests
npm run test
# build our artifacts; dumps them in ./vector
npm run build