Here, I am trying to make use of Jest in AngularJs app and moving it to CommonJs.
Useful links:
- Angular + Jest: https://medium.zenika.com/testing-an-angularjs-app-with-jest-3029a613251
- Jest frameworks docs: https://facebook.github.io/jest/docs/en/testing-frameworks.html#content
- AngularJs + Browserify: https://blog.codecentric.de/en/2014/08/angularjs-browserify/
- npm install
- You'll need Google Chrome installed (e.g. v62 to run Karma tests in Headless Chrome).
Jest - npm test
Karma - grunt karma:unit