Run some tests under karma
Including a regression test for https://github.com/vector-im/vector-web/issues/1314
This commit is contained in:
parent
46572ae793
commit
429d110212
9 changed files with 595 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue