1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
TAP version 13
not ok 1 - spawn that throws ___/# time=[0-9.]+(ms)?/~~~ {
not ok 1 - ___/.*(node(js)?|iojs)(.exe)?/~~~ ./test-legacy/test/ok.js ___/# time=[0-9.]+(ms)?/~~~
---
{"args":["___/.*/~~~ok.js"],"command":"___/.*(node(js)?|iojs)(.exe)?/~~~","cwd":"___/.*/~~~"}
...
{
not ok 1 - now is fine
---
{"args":["___/.*/~~~ok.js"],"at":{"column":14,"file":"test-legacy/test/spawn-failures.js","line":25},"command":"___/.*(node(js)?|iojs)(.exe)?/~~~","cwd":"___/.*/~~~","source":"throwNow = new Error('now is fine')\n","test":"___/.*(node(js)?|iojs)(.exe)?/~~~ ./test-legacy/test/ok.js"}
...
Bail out! # now is fine
}
}
Bail out! # now is fine
|