From d65374f7f9feb599a478cc7a092ee73af63665aa Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 9 Dec 2016 10:31:26 +0000 Subject: [PATCH] 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. --- test/app-tests/loading.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/app-tests/loading.js b/test/app-tests/loading.js index 892ba85268..1c6211d4e7 100644 --- a/test/app-tests/loading.js +++ b/test/app-tests/loading.js @@ -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';