@davinkevin/jest
v0.1.0
Published
Angular Schematics which add Jest to your original setup
Downloads
119
Readme
Getting Started @davinkevin/jest
Run on an Angular project generated by the Angular CLI in version 6+.
$ ng add @davinkevin/jest
All modification / setup will be done and you can run your tests with the command ng test
for single run and ng test --watch
for interactive mode