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
When you close the server (via ctrl-c generally), the following error is emitted:
Error!
TypeError: Cannot read property 'result' of undefined
TypeError: Cannot read property 'result' of undefined
at results.forEach (/Users/rjackson/src/open-source/ember-test-helpers/node_modules/ember-try/lib/utils/result-summary.js:18:20)
at Array.forEach (<anonymous>)
at Class.print (/Users/rjackson/src/open-source/ember-test-helpers/node_modules/ember-try/lib/utils/result-summary.js:17:18)
at Class._printResults (/Users/rjackson/src/open-source/ember-test-helpers/node_modules/ember-try/lib/tasks/try-each.js:129:54)
at task._optionallyCleanup.then (/Users/rjackson/src/open-source/ember-test-helpers/node_modules/ember-try/lib/tasks/try-each.js:36:14)
at tryCatch (/Users/rjackson/src/open-source/ember-test-helpers/node_modules/rsvp/dist/rsvp.js:525:12)
at invokeCallback (/Users/rjackson/src/open-source/ember-test-helpers/node_modules/rsvp/dist/rsvp.js:538:13)
at publish (/Users/rjackson/src/open-source/ember-test-helpers/node_modules/rsvp/dist/rsvp.js:508:7)
at flush (/Users/rjackson/src/open-source/ember-test-helpers/node_modules/rsvp/dist/rsvp.js:2415:5)
at process._tickCallback (internal/process/next_tick.js:150:11)
The text was updated successfully, but these errors were encountered:
When running a single scenario such as:
When you close the server (via
ctrl-c
generally), the following error is emitted:The text was updated successfully, but these errors were encountered: