File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 "prepack" : " sf-prepack" ,
8484 "prepare" : " sf-install" ,
8585 "test" : " wireit" ,
86- "test:nuts" : " nyc mocha \" **/*.nut.ts\" --slow 4500 --timeout 600000 --parallel=false" ,
87- "test:nuts:local" : " nyc mocha \" **/*.nut.ts\" --slow 4500 --timeout 600000 --parallel=false --require dotenv/config " ,
88- "test:nut:local" : " nyc mocha --slow 4500 --timeout 600000 --require dotenv/config " ,
86+ "test:nuts" : " mocha \" **/*.nut.ts\" --slow 4500 --timeout 300000 --parallel=false" ,
87+ "test:nuts:local" : " node -r dotenv/config ./node_modules/.bin/ nyc mocha \" **/*.nut.ts\" --slow 4500 --timeout 300000 --parallel=false" ,
88+ "test:nut:local" : " node -r dotenv/config ./node_modules/.bin/ nyc mocha --slow 4500 --timeout 300000 " ,
8989 "test:only" : " wireit" ,
9090 "version" : " oclif readme"
9191 },
You can’t perform that action at this time.
0 commit comments