File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
"main" : " ./lib/nativescript-cli.js" ,
12
12
"scripts" : {
13
- "test" : " node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --ui mocha-fibers --recursive --reporter spec --require test/test-bootstrap.js --timeout 60000 test/ lib/common/test/unit-tests" ,
13
+ "test" : " node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --ui mocha-fibers --recursive --reporter spec --require test/test-bootstrap.js --timeout 150000 test/ lib/common/test/unit-tests" ,
14
14
"postinstall" : " node postinstall.js" ,
15
15
"preuninstall" : " node preuninstall.js"
16
16
},
Original file line number Diff line number Diff line change @@ -244,7 +244,6 @@ function createInjectorForPodsTest() {
244
244
testInjector . register ( "npmInstallationManager" , NpmInstallationManager ) ;
245
245
testInjector . register ( "iOSProjectService" , IOSProjectService ) ;
246
246
testInjector . register ( "projectService" , ProjectServiceLib . ProjectService ) ;
247
- testInjector . register ( "projectHelper" , ProjectHelperLib . ProjectHelper ) ;
248
247
testInjector . register ( "projectTemplatesService" , stubs . ProjectTemplatesService ) ;
249
248
testInjector . register ( "projectNameValidator" , mockProjectNameValidator ) ;
250
249
testInjector . register ( "options" , Options ) ;
You can’t perform that action at this time.
0 commit comments