Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neither does Observe #15

Open
simoneb opened this issue Apr 21, 2015 · 1 comment
Open

Neither does Observe #15

simoneb opened this issue Apr 21, 2015 · 1 comment

Comments

@simoneb
Copy link

simoneb commented Apr 21, 2015

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
@LinFeng1997
Copy link

I've had this problem, too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants