Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit ea2c0db

Browse files
VDMTfilipesilva
authored andcommitted
chore: update README.md (#75)
correction to command for unit test
1 parent a807d01 commit ea2c0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ TypeScript unit-tests are usually in the `app` folder. Their filenames must end
9797
Look for the example `app/app.component.spec.ts`.
9898
Add more `.spec.ts` files as you wish; we configured karma to find them.
9999

100-
Run it with `npm tests`.
100+
Run it with `npm test`
101101

102102
That command first compiles the application, then simultaneously re-compiles and runs the karma test-runner.
103103
Both the compiler and the karma watch for (different) file changes.

0 commit comments

Comments
 (0)