You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am adding mocha to the index.html page. and include test scripts to that page..
and use mocha or mocha-phantomjs to run the test by giving index.html as input.
Can you please let me know how to include your reporter in this kind of setup.
I added the unfunk.js to the html page --- complained about requirejs
Added requireJS to the htmlpage -- error : Module name "jsesc" has not been loaded yet for context: _. Use require([])
jsesc is in the nodemodules folder.
Girish
The text was updated successfully, but these errors were encountered:
Hi,
I am adding mocha to the index.html page. and include test scripts to that page..
and use mocha or mocha-phantomjs to run the test by giving index.html as input.
Can you please let me know how to include your reporter in this kind of setup.
I added the unfunk.js to the html page --- complained about requirejs
Added requireJS to the htmlpage -- error : Module name "jsesc" has not been loaded yet for context: _. Use require([])
jsesc is in the nodemodules folder.
Girish
The text was updated successfully, but these errors were encountered: