jasq icon indicating copy to clipboard operation
jasq copied to clipboard

AMD dependency injector integrated with Jasmine

Results 4 jasq issues
Sort by recently updated
recently updated
newest added

Jasmine 2.1 introduces focused suites and specs with `fdescribe` and `fit`. The current version of Jasq does _not_ take these into account.

enhancement

Possible? ... Also look into [requirejs#undef](http://requirejs.org/docs/api.html#undef). Useful? ...

enhancement

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).

enhancement

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...

enhancement