feat: refs #6321 debug
This commit is contained in:
parent
7fdd3d1eb8
commit
cd7add3497
|
@ -111,7 +111,7 @@ async function test() {
|
|||
const JunitReporter = require('jasmine-reporters');
|
||||
runner.addReporter(new JunitReporter.JUnitXmlReporter());
|
||||
}
|
||||
if (opts.ci || opts.debug)
|
||||
if (opts.ci)
|
||||
runner.jasmine.DEFAULT_TIMEOUT_INTERVAL = SPEC_TIMEOUT;
|
||||
|
||||
runner.loadConfig(config);
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
"yaml-loader": "^0.5.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test:back": "nodemon -q back/tests.js --config back/nodemonConfig.json --debug",
|
||||
"test:back": "nodemon -q back/tests.js --config back/nodemonConfig.json",
|
||||
"test:e2e": "node e2e/tests.js",
|
||||
"test:front": "jest --watch",
|
||||
"back": "nodemon --inspect -w modules ./node_modules/gulp/bin/gulp.js back",
|
||||
|
|
Loading…
Reference in New Issue