-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
status: accepting prsMocha can use your help with this one!Mocha can use your help with this one!type: choregenerally involving deps, tooling, configuration, etc.generally involving deps, tooling, configuration, etc.
Description
mocha/test/integration/reporters.spec.js
Line 39 in 0a93024
| var tmpDir = os.tmpDir().replace(new RegExp(path.sep + '$'), ''); |
os.tmpDir and that's printing a deprecation warning.
Depending on supported versions of Node and how far back the replacement os.tmpdir goes, we may have to dynamically detect the availability of os.tmpdir.
Otherwise, we should just change that one letter and be done with it.
Metadata
Metadata
Assignees
Labels
status: accepting prsMocha can use your help with this one!Mocha can use your help with this one!type: choregenerally involving deps, tooling, configuration, etc.generally involving deps, tooling, configuration, etc.