README
Add Jest to your @angular/cli apps
ng add @ockilson/jest- install and setupng g @ockilson/jest:application- create a new app using jest for testsng g @ockilsn/jest:library- create a new library using jest for tests
Setup project specific schematics without bundling npm packages
<script type="module">
import ockilsonLocalSchematics from 'https://cdn.skypack.dev/@ockilson/local-schematics';
</script>
ng add @ockilson/jest - install and setupng g @ockilson/jest:application - create a new app using jest for testsng g @ockilsn/jest:library - create a new library using jest for tests