forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Travis build is failing #323
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
Labels
bug
Issue identified by VS Code Team member as probable bug
Comments
Mocha supports |
Might have to start committing a package-lock.json file. |
This was referenced Nov 29, 2017
Merged
Yes, we should start committing the lock file. |
DonJayamanne
added a commit
that referenced
this issue
Nov 29, 2017
Fixes #323 Pass options to mocha as an anonymous type as `retries` is not supported in the typed definition file, even though mocha supports it.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Travis build is failing with the following error:
src/test/index.ts(11,5): error TS2345: Argument of type '{ ui: string; useColors: true; timeout: number; retries: number; }' is not assignable to parameter of type 'MochaSetupOptions'. Object literal may only specify known properties, and 'retries' does not exist in type 'MochaSetupOptions'.
The text was updated successfully, but these errors were encountered: