Skip to content

pbelikov/angularjs-jest-sandbox

Repository files navigation

AngularJs + Browserify + Jest

Here, I am trying to make use of Jest in AngularJs app and moving it to CommonJs.

Useful links:

  1. Angular + Jest: https://medium.zenika.com/testing-an-angularjs-app-with-jest-3029a613251
  2. Jest frameworks docs: https://facebook.github.io/jest/docs/en/testing-frameworks.html#content
  3. AngularJs + Browserify: https://blog.codecentric.de/en/2014/08/angularjs-browserify/

After clone

  1. npm install
  2. You'll need Google Chrome installed (e.g. v62 to run Karma tests in Headless Chrome).

How to run

Jest - npm test

Karma - grunt karma:unit

About

Sandbox for AngularJs + CommonJs + Jest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published