jasq
jasq copied to clipboard
AMD dependency injector integrated with Jasmine
Jasmine 2.1 introduces focused suites and specs with `fdescribe` and `fit`. The current version of Jasq does _not_ take these into account.
Possible? ... Also look into [requirejs#undef](http://requirejs.org/docs/api.html#undef). Useful? ...
This would allow for specs which are much more concise. Module-loading could be moved to an initial [asynchronous forEach](http://jasmine.github.io/2.0/introduction.html#section-Asynchronous_Support).
The current revision expects jasmineInterface methods (describe, it, ..) to be available in global scope (e.g. the window obj, for browsers). This should not be the case as Jasmine 2.x...