We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3836aa commit 8f3c653Copy full SHA for 8f3c653
test/unit/winston/transports/02-file-archive.test.js
@@ -22,7 +22,7 @@ const testLogFixturesPath = path.join(
22
23
24
function removeFixtures(done) {
25
- rimraf(path.join(testLogFixturesPath, 'testarchive*'), done);
+ rimraf(path.join(testLogFixturesPath, 'testarchive*')).then(() => done());
26
}
27
28
describe('winston/transports/file/zippedArchive', function () {
0 commit comments