@ockilson/ng-jest

Schematic to setup jest for angular/cli projects

Usage no npm install needed!

<script type="module">
  import ockilsonNgJest from 'https://cdn.skypack.dev/@ockilson/ng-jest';
</script>

README

Add Jest to your @angular/cli apps

  • ng add @ockilson/ng-jest - install and setup
  • ng g @ockilson/ng-jest:application - create a new app using jest for tests
  • ng g @ockilson/ng-jest:library - create a new library using jest for tests