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.
pull/2727/head
David Baker 2016-12-09 10:31:26 +00:00
parent 229693dd71
commit d65374f7f9
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ limitations under the License.
/* loading.js: test the myriad paths we have for loading the application */
import 'skin-sdk';
import React from 'react';
import ReactDOM from 'react-dom';
import ReactTestUtils from 'react-addons-test-utils';