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
See #14. Here's the output of the correct solution:
TAP version 13
# (anonymous)
ok 1 loaded scenario OK
ok 2 test bootstrapper was passed a server
ok 3 test bootstrapper was passed a REPL
not ok 4 REPL client ran without error
---
operator: equal
expected: 0
actual: 8
...
not ok 5 got expected value from REPL client
---
operator: ok
expected: true
actual: null
...
not ok 6 got no error output from REPL client
---
operator: notOk
expected:
false
actual:
'\r\nc:\......\\node_modules\\bug-clinic\\node_modules\\.bin\\rc:2\r\nbasedir=`dirname "$0"`\r\n ^\r\nSyntaxError: Unexpected token ILLEGAL\r\n
at Module._compile (module.js:439:25)\r\n at Object.Module._extensions..js (module.js:474:10)\r\n at Module.load (module.js:356:32)\r\n at Function.Module._load (module.js:312:12)\r\n at Function.Module.runMain (module.js:497:10)\r\n at startup (node.js:119:16)\r\n at node.js:929:3\r\n'
...
1..6
# tests 6
# pass 3
# fail 3
The text was updated successfully, but these errors were encountered:
See #14. Here's the output of the correct solution:
The text was updated successfully, but these errors were encountered: