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