From 0bfe429c6a4f8d2192e1718964d35a61ad2ca78d Mon Sep 17 00:00:00 2001 From: Jeffrey Warren Date: Fri, 6 Sep 2019 13:59:50 -0400 Subject: [PATCH] redo paths in jasmine.json --- test/ui/spec/support/jasmine.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/ui/spec/support/jasmine.json b/test/ui/spec/support/jasmine.json index cfe27cec..374a00d5 100644 --- a/test/ui/spec/support/jasmine.json +++ b/test/ui/spec/support/jasmine.json @@ -1,15 +1,15 @@ { - "spec_dir": "test/spec", + "spec_dir": "test/ui/spec", "spec_files": [ "**/*.[sS]pec.js" ], "helpers": [ "helpers/**/*.js", - "node_modules/jquery/dist/jquery.min.js", - "node_modules/bootstrap/dist/js/bootstrap.min.js", - "node_modules/jasmine-jquery/lib/jasmine-jquery.js", - "dist/image-sequencer.js", - "dist/image-sequencer-ui.js" + "../../../node_modules/jquery/dist/jquery.min.js", + "../../../node_modules/bootstrap/dist/js/bootstrap.min.js", + "../../../node_modules/jasmine-jquery/lib/jasmine-jquery.js", + "../../../dist/image-sequencer.js", + "../../../dist/image-sequencer-ui.js" ], "stopSpecOnExpectationFailure": false, "random": false