You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package-scripts.js
+1-23Lines changed: 1 addition & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -239,28 +239,6 @@ module.exports = {
239
239
hiddenFromHelp: true
240
240
}
241
241
},
242
-
// integration: {
243
-
// default: series(
244
-
// 'nps banner.testIntegration',
245
-
// 'nps test.integration.pretest',
246
-
// 'nps test.integration.run'
247
-
// ),
248
-
// pretest: tslint(`./test/integration/**.ts`),
249
-
// verbose: 'nps "test.integration --verbose"',
250
-
// // -i. Run all tests serially in the current process, rather than creating a worker pool of child processes that run tests. This can be useful for debugging.
251
-
// run: 'cross-env NODE_ENV=test jest --testPathPattern=integration -i',
252
-
// },
253
-
// e2e: {
254
-
// default: series(
255
-
// 'nps banner.testE2E',
256
-
// 'nps test.e2e.pretest',
257
-
// 'nps test.e2e.run'
258
-
// ),
259
-
// pretest: tslint(`./test/e2e/**.ts`),
260
-
// verbose: 'nps "test.e2e --verbose"',
261
-
// // -i. Run all tests serially in the current process, rather than creating a worker pool of child processes that run tests. This can be useful for debugging.
262
-
// run: 'cross-env NODE_ENV=test jest --testPathPattern=e2e -i',
0 commit comments