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 a807d01 commit ea2c0dbCopy full SHA for ea2c0db
README.md
@@ -97,7 +97,7 @@ TypeScript unit-tests are usually in the `app` folder. Their filenames must end
97
Look for the example `app/app.component.spec.ts`.
98
Add more `.spec.ts` files as you wish; we configured karma to find them.
99
100
-Run it with `npm tests`.
+Run it with `npm test`
101
102
That command first compiles the application, then simultaneously re-compiles and runs the karma test-runner.
103
Both the compiler and the karma watch for (different) file changes.
0 commit comments