Closed vvo closed 8 years ago
seems to be an electron issue, maybe an uncaught exception occured in the browser, even if all tests passed, weird!
still getting the error, here: https://github.com/substack/insert-css/pull/2
As soon as I do any DOM manipulation, seems to get the error. simple t.ok(true) works
can you give me a gist that reproduces the problem?
Oh my bad, I had a console.log('ok') somewhere in my code, thus triggering a bad parsing of the tape output. I am so dumb. Thanks
things like that happen, don't worry :)
Using latest tape-run, simple test, node v5.11.0, have you seen anything like that?