From 4356adcdfe1cea5d2d8c5591247641d79411a752 Mon Sep 17 00:00:00 2001 From: Nathan Cahill Date: Sun, 4 Nov 2018 15:50:10 -0700 Subject: [PATCH] fix browserstack paths --- packages/splitjs/test/browserstack.json | 2 +- packages/splitjs/test/ie8/browserstack.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",