Commit ea2c0dbc authored by VDMT's avatar VDMT Committed by Filipe Silva

chore: update README.md (#75)

correction to command for unit test
parent a807d018
......@@ -97,7 +97,7 @@ TypeScript unit-tests are usually in the `app` folder. Their filenames must end
Look for the example `app/app.component.spec.ts`.
Add more `.spec.ts` files as you wish; we configured karma to find them.
Run it with `npm tests`.
Run it with `npm test`
That command first compiles the application, then simultaneously re-compiles and runs the karma test-runner.
Both the compiler and the karma watch for (different) file changes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment