angular-http-auth icon indicating copy to clipboard operation
angular-http-auth copied to clipboard

Add Unit Tests

Open nils-wisiol opened this issue 11 years ago • 0 comments

Add unit tests.

The tests are far from complete, but can easily be extended to more features by mostly copy and paste code from this PR.

Any comments are appreciated :+1:

To run the unit tests, set up the environment by npm install, then run npm test. For doing just a single run rather than watching the files for changes, do npm testonce. This will be helpful for continuous integration.

nils-wisiol avatar May 28 '14 21:05 nils-wisiol