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

test.titlePath is not a function #2820

Closed
Spongman opened this issue Apr 25, 2018 · 2 comments
Closed

test.titlePath is not a function #2820

Spongman opened this issue Apr 25, 2018 · 2 comments

Comments

@Spongman
Copy link
Contributor

re: #2648, #2746, #2812, , disqus/grunt-mocha#7,

disqus/grunt-mocha#6 causes test failures to result in a bogus Fatal error: test.titlePath is not a function error`

@lmccart
Copy link
Member

lmccart commented Apr 26, 2018

fixed with #2775

@lmccart lmccart closed this as completed Apr 26, 2018
@ZaidMomin1
Copy link

I recently faced this issue when executing the tests in parallel. The root cause was I had some it and describe blocks associated with .only.

Removing the .only from it and describe blocks resulted in smooth execution of the tests and the error test.titlePath is not a function was no longer encountered.

Mocha Version: 10.2.0

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

3 participants