We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5478d76 commit 47f18c4Copy full SHA for 47f18c4
1 file changed
package.json
@@ -112,7 +112,7 @@
112
"prepack": "sf-prepack",
113
"prepare": "sf-install",
114
"test": "wireit",
115
- "test:nuts": "TESTKIT_HUB_USERNAME=willie@afdx-usa1000-02.testorg nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --reporter-options maxDiffSize=15000",
+ "test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --reporter-options maxDiffSize=15000",
116
"test:only": "wireit",
117
"version": "oclif readme"
118
},
0 commit comments