Use external mock-request
mock-request is now factored out to matrix-mock-request; use it
This commit is contained in:
parent
cb17cb0535
commit
bd1196716a
4 changed files with 3 additions and 338 deletions
|
@ -33,7 +33,7 @@ import {VIEWS} from 'matrix-react-sdk/lib/components/structures/MatrixChat';
|
|||
import dis from 'matrix-react-sdk/lib/dispatcher';
|
||||
|
||||
import * as test_utils from '../test-utils';
|
||||
import MockHttpBackend from '../mock-request';
|
||||
import MockHttpBackend from 'matrix-mock-request';
|
||||
import {parseQs, parseQsFromFragment} from '../../src/vector/url_utils';
|
||||
|
||||
var DEFAULT_HS_URL='http://my_server';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue