Skip to content

Commit f3836aa

Browse files
committed
Fix rimraf import in test (why didn't this break in PR CI?)
1 parent 02d4267 commit f3836aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/winston/transports/02-file-archive.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
/* eslint-disable no-sync */
7-
const rimraf = require('rimraf');
7+
const { rimraf } = require('rimraf');
88
const fs = require('fs');
99
const path = require('path');
1010
const { MESSAGE } = require('triple-beam');

0 commit comments

Comments
 (0)