We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b9c1b commit 01b5c76Copy full SHA for 01b5c76
package.json
@@ -9,7 +9,8 @@
9
"build": "ng build",
10
"test": "ng test",
11
"test:coverage": "npm run affected:test -- --all --code-coverage",
12
- "test:update": "nx test —-updateSnapshot",
+ "test:update": "nx test -- --updateSnapshot",
13
+ "test:watch": "npm run affected:test -- --watchAll",
14
"lint": "nx workspace-lint && ng lint",
15
"e2e": "ng e2e",
16
"affected:apps": "nx affected:apps",
0 commit comments