-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
describe("constructor") causes markdown reporter to bomb #554
Comments
+1 |
Indeed, it does. +1 |
Problem is line 39 of the reporter. When
In context:
|
boneskull
pushed a commit
that referenced
this issue
Dec 15, 2014
prefix/namespace for suite titles in markdown reporter, fixes #554
tandrewnichols
pushed a commit
to tandrewnichols/mocha
that referenced
this issue
Dec 15, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error output:
TypeError: Cannot call method 'fullTitle' of undefined
at stringifyTOC (/Users/mandarin/code/Kilgore/node_modules/mocha/lib/reporters/markdown.js:58:72)
at stringifyTOC (/Users/mandarin/code/Kilgore/node_modules/mocha/lib/reporters/markdown.js:60:14)
at stringifyTOC (/Users/mandarin/code/Kilgore/node_modules/mocha/lib/reporters/markdown.js:60:14)
at generateTOC (/Users/mandarin/code/Kilgore/node_modules/mocha/lib/reporters/markdown.js:68:12)
at new Markdown (/Users/mandarin/code/Kilgore/node_modules/mocha/lib/reporters/markdown.js:71:3)
at Mocha.run (/Users/mandarin/code/Kilgore/node_modules/mocha/lib/mocha.js:232:18)
at Object. (/Users/mandarin/code/Kilgore/node_modules/mocha/bin/_mocha:322:7)
at Module._compile (module.js:432:26)
at Object..js (module.js:450:10)
at Module.load (module.js:351:31)
at Function._load (module.js:310:12)
at Array.0 (module.js:470:10)
at EventEmitter._tickCallback (node.js:192:40)
Changing the string to "the constructor" makes it happy.
The text was updated successfully, but these errors were encountered: