Open GoogleCodeExporter opened 8 years ago
I'm stuck with running JsTestDriver with JsTestDriver framework to test my code
written in RequireJS modules.
Could you tell me how to achieve this even with bad config file.
Thanks in advance, I will highly appreciate your help.
Original comment by vprisivko
on 22 Feb 2012 at 5:57
Hi,
You can load your modules with require.js and test them with
Jasmine+JsTestDriver if you :
- load your modules before the spec files
- wrap you spec files into modules
I've created a github repo to showcase a whole testing environment for
require.js modules: https://github.com/podefr/jasmine-reqjs-jstd
Olivier
Original comment by pode...@gmail.com
on 28 Mar 2012 at 11:20
Original issue reported on code.google.com by
bungart1...@googlemail.com
on 12 Jan 2012 at 1:33