mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
redo paths in jasmine.json
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user