Fix imports for tests
This doesn't fix the fact that someone called it "peg".
This commit is contained in:
@@ -4,7 +4,7 @@ import ReactDOM from 'react-dom';
|
||||
import jest from 'jest-mock';
|
||||
import * as testUtils from '../../../test-utils';
|
||||
import sdk from '../../../skinned-sdk';
|
||||
import MatrixClientPeg from '../../../../src/MatrixClientPeg';
|
||||
import {MatrixClientPeg} from '../../../../src/MatrixClientPeg';
|
||||
import SettingsStore from '../../../../src/settings/SettingsStore';
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user