mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Make the 'loading' tests work in isolation
The 'loading' tests only worked when run with the other tests and failed if you just ran the file by itself, because the skin was loading in the 'joining' tests, but not here.
This commit is contained in:
parent
229693dd71
commit
d65374f7f9
@ -16,6 +16,8 @@ limitations under the License.
|
|||||||
|
|
||||||
/* loading.js: test the myriad paths we have for loading the application */
|
/* loading.js: test the myriad paths we have for loading the application */
|
||||||
|
|
||||||
|
import 'skin-sdk';
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import ReactDOM from 'react-dom';
|
import ReactDOM from 'react-dom';
|
||||||
import ReactTestUtils from 'react-addons-test-utils';
|
import ReactTestUtils from 'react-addons-test-utils';
|
||||||
|
Loading…
Reference in New Issue
Block a user