Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 438 Bytes

File metadata and controls

33 lines (20 loc) · 438 Bytes

unit-testing-angularjs-controller

A simple example of unit testing an AngularJS controller

Setup

Install NodeJS packages:

$ npm install

Running the app

Start up a web server in this directory. For example:

$ python -m SimpleHTTPServer 8000

Then open a browser at localhost:8000.

Running the tests

Run the Karma tests:

$ npm test

License

MIT