Fix imports for tests

This doesn't fix the fact that someone called it "peg".
This commit is contained in:
Travis Ralston 2020-01-09 17:23:27 -07:00
parent 4dfbce3108
commit 54f3288dea
5 changed files with 6 additions and 7 deletions

View file

@ -1,6 +1,6 @@
import RoomViewStore from '../../src/stores/RoomViewStore';
import peg from '../../src/MatrixClientPeg';
import {MatrixClientPeg as peg} from '../../src/MatrixClientPeg';
import * as testUtils from '../test-utils';