diff --git a/packages/splitjs/test/browserstack.json b/packages/splitjs/test/browserstack.json index 62420e699..3261b0537 100644 --- a/packages/splitjs/test/browserstack.json +++ b/packages/splitjs/test/browserstack.json @@ -1,7 +1,7 @@ { "exit_with_fail": true, "test_framework": "jasmine2", - "test_path": "SpecRunner.html", + "test_path": "test/SpecRunner.html", "browsers": [ { "browser": "chrome", diff --git a/packages/splitjs/test/ie8/browserstack.json b/packages/splitjs/test/ie8/browserstack.json index 4d04ebfcd..cf372734c 100644 --- a/packages/splitjs/test/ie8/browserstack.json +++ b/packages/splitjs/test/ie8/browserstack.json @@ -1,7 +1,7 @@ { "exit_with_fail": true, "test_framework": "jasmine2", - "test_path": "SpecRunner.html", + "test_path": "test/ie8/SpecRunner.html", "browsers": [ { "browser": "ie",