File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
"webpack-sources" : " ~1.1.0"
59
59
},
60
60
"scripts" : {
61
- "e2e" : " tsc -p e2e && mocha --opts ... /config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json" ,
61
+ "e2e" : " tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json" ,
62
62
"compile-tests-w" : " tsc -p e2e --watch" ,
63
63
"update-app-ng-deps" : " update-app-ng-deps"
64
64
}
Original file line number Diff line number Diff line change 62
62
"webpack-sources" : " ~1.1.0"
63
63
},
64
64
"scripts" : {
65
- "e2e" : " tsc -p e2e && mocha --opts ... /config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json" ,
65
+ "e2e" : " tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json" ,
66
66
"compile-tests-w" : " tsc -p e2e --watch" ,
67
67
"update-app-ng-deps" : " update-app-ng-deps"
68
68
}
You can’t perform that action at this time.
0 commit comments