README
Add Jest to your @angular/cli apps
ng add @ockilson/ng-jest- install and setupng g @ockilson/ng-jest:application- create a new app using jest for testsng g @ockilson/ng-jest:library- create a new library using jest for tests
Schematic to setup jest for angular/cli projects
<script type="module">
import ockilsonNgJest from 'https://cdn.skypack.dev/@ockilson/ng-jest';
</script>
ng add @ockilson/ng-jest - install and setupng g @ockilson/ng-jest:application - create a new app using jest for testsng g @ockilson/ng-jest:library - create a new library using jest for tests