grunt-testem
grunt-testem copied to clipboard
Integration with qunit
I created a small repo which shows an error with integrating qunit and testem.
My tests "pass", but I'm getting an error when the testem.js file is included. If I create a html file, then the tests pass, but the browser never closes -- if I add in the /testem.js script, I receive the same error as below.
Here is my test output:
global failure (1, 0, 1) Rerun2 ms
SyntaxError: missing } after function body
Source:
http://localhost:7357/testem.js:1
. If I use a html file I craft and leave out /testem.js, then the test's pass, but the browser doesn't close. If I add in the /testem.js inclusion, then I receive the error above and the browsers still don't close.