Using RequireJS with Jasmine 2.0

On June 12, 2014, in Javascript, Testing, by Anuj Gakhar

I’ve been trying to get some Jasmine tests running with RequireJS and although my tests work with Jasmine 1.3.x, I’ve been getting an error if I use Jasmine 2.0 for the tests. Apparently, Jasmine 2.0 has changed how it loads and executes the tests. If you look at the source here, you’ll see all the […]

Tagged with:  
© 2011 Anuj Gakhar