tape-testing / tape-run

Headless tape test runner
222 stars 23 forks source link

exit code is 1 #43

Closed vvo closed 8 years ago

vvo commented 8 years ago

Using latest tape-run, simple test, node v5.11.0, have you seen anything like that?

vvo commented 8 years ago

seems to be an electron issue, maybe an uncaught exception occured in the browser, even if all tests passed, weird!

vvo commented 8 years ago

still getting the error, here: https://github.com/substack/insert-css/pull/2

vvo commented 8 years ago

As soon as I do any DOM manipulation, seems to get the error. simple t.ok(true) works

juliangruber commented 8 years ago

can you give me a gist that reproduces the problem?

vvo commented 8 years ago

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

juliangruber commented 8 years ago

things like that happen, don't worry :)