tildeio / libkit

17 stars 4 forks source link

testem in tdd mode doesn't seem to behave #4

Closed knownasilya closed 6 years ago

knownasilya commented 6 years ago

screen shot 2018-02-08 at 9 52 17 am

Testem: Error deserializing message: {request: "getUri"}
deserializeMessage @ testem_connection.js:26
handleMessage @ testem_connection.js:52
postMessage (async)
(anonymous) @ extension_properties.js:52
(anonymous) @ extension_properties.js:57

And the source maps don't come through.

knownasilya commented 6 years ago

Looks like it was fixed here https://github.com/ember-cli/ember-cli/issues/6723

knownasilya commented 6 years ago

The cli needs to be updated here to get that fix.

knownasilya commented 6 years ago

Looks like updating the cli to lates, which uses testem 2.0.0 doesn't fix the issue.

chancancode commented 6 years ago

@knownasilya I'm not sure if I understand the problem: I tried running npm run tdd in a fresh libkit project and I got this:

TEST'EM 'SCRIPTS!
Open the URL below in a browser to connect.
http://localhost:65345/

━━━━━━━━━━━━━━┓
      Node    ┃     Chrome      Chrome 66.0
    1/1 ✔     ┃    1/1 ✔          1/1 ✔
              ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

✔ 1 tests complete.
[Press ENTER to run tests; q to quit; p to pause]

There are no errors here, or in Chrome (when I click on the http://localhost:65345/ link), as far as I can tell. If you are still having this problem feel free to leave another comment with more details and I'll reopen the issue!