I am a novice to Dojo, and I wrote a few unit tests following the normal convention and structure. I also have written tests for widgets.
I tried to run the tests using the same command I use for the unit tests:
java -jar path/to/js.jar path/to/dojo/dojo.js baseUrl=path/to/dojo load=doh test=path/to/test/module
The output says that there are no tests.
0 tests to run in 0 groups
My question is:
Is it possible to run the tests for widgets in command line? Thank you all for your time