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
69ce3c43cf
commit
322af6513d
9 changed files with 595 additions and 11 deletions
8
test/skin-sdk.js
Normal file
8
test/skin-sdk.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
* skin-sdk.js
|
||||
*
|
||||
* Skins the react-sdk with the vector components
|
||||
*/
|
||||
|
||||
var sdk = require('matrix-react-sdk');
|
||||
sdk.loadSkin(require('component-index'));
|
Loading…
Add table
Add a link
Reference in a new issue