eslint --fix on test/

This commit is contained in:
Aaron Raimist
2018-10-12 19:01:09 -05:00
parent 6abd1de8b8
commit 70fe4f67ee
5 changed files with 55 additions and 56 deletions

View File

@@ -4,5 +4,5 @@
* Skins the react-sdk with the vector components
*/
var sdk = require('matrix-react-sdk');
const sdk = require('matrix-react-sdk');
sdk.loadSkin(require('../src/component-index'));