Skip to content

Instantly share code, notes, and snippets.

@stepheneb
Created March 29, 2013 15:03
Show Gist options
  • Select an option

  • Save stepheneb/5271390 to your computer and use it in GitHub Desktop.

Select an option

Save stepheneb/5271390 to your computer and use it in GitHub Desktop.
$ make test-vows
Running Vows tests ...
/Users/stephen/dev/concord/lab/node_modules/vows/lib/vows/suite.js:230
!topic._vowsEmitedEvents.hasOwnProperty(ctx.event)) {
^
TypeError: Cannot call method 'hasOwnProperty' of undefined
at callback (/Users/stephen/dev/concord/lab/node_modules/vows/lib/vows/suite.js:230:50)
at Array.forEach (native)
at run (/Users/stephen/dev/concord/lab/node_modules/vows/lib/vows/suite.js:198:16)
at Suite.runBatch (/Users/stephen/dev/concord/lab/node_modules/vows/lib/vows/suite.js:251:11)
at run (/Users/stephen/dev/concord/lab/node_modules/vows/lib/vows/suite.js:290:26)
at Suite.run (/Users/stephen/dev/concord/lab/node_modules/vows/lib/vows/suite.js:306:11)
at run (/Users/stephen/dev/concord/lab/node_modules/vows/bin/vows:433:19)
at runSuites (/Users/stephen/dev/concord/lab/node_modules/vows/bin/vows:442:7)
at Object.<anonymous> (/Users/stephen/dev/concord/lab/node_modules/vows/bin/vows:252:5)
at Module._compile (module.js:456:26)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment