Skip to content

Commit b8123d6

Browse files
refactor: NUT scripts - no nyc for CI, Lightning-style local, 5min timeout
Made-with: Cursor
1 parent 36688ef commit b8123d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
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
},

0 commit comments

Comments
 (0)