jasmine-reqjs-jstd icon indicating copy to clipboard operation
jasmine-reqjs-jstd copied to clipboard

This is a simple project that explains how to run Jasmine BDD specs over modules loaded with require.js, in three different environments: JsTestDriver, Node.js, Web browser

Results 2 jasmine-reqjs-jstd issues
Sort by recently updated
recently updated
newest added
trafficstars

Thanks for your example, it works fine as-is. Do you know why it is necessary to specify names for the modules under test? It seems not to work with requires...

Hello! Like many others, I am currently trying to incorportate automatic testing of javascript in my projects. I like your example, but I wish the requirejs part was a bit...