Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testing Angularjs using RequireJS using Karma

Having trouble in testing angular controller. Im using angular with require js and using karma for testing. Is there any example and github sample.

like image 320
Atul Chaudhary Avatar asked Jan 31 '26 01:01

Atul Chaudhary


1 Answers

Here is a project I created with unit test for RequireJS and AngularJS:

https://github.com/marcoslin/angularAMD

To run the test, do the following:

npm install
grunt test
like image 189
marcoseu Avatar answered Feb 01 '26 18:02

marcoseu