Skip to content

Commit

Permalink
Fix rimraf import in test (why didn't this break in PR CI?)
Browse files Browse the repository at this point in the history
  • Loading branch information
DABH committed Jan 3, 2024
1 parent 02d4267 commit f3836aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/winston/transports/02-file-archive.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

/* eslint-disable no-sync */
const rimraf = require('rimraf');
const { rimraf } = require('rimraf');
const fs = require('fs');
const path = require('path');
const { MESSAGE } = require('triple-beam');
Expand Down

0 comments on commit f3836aa

Please sign in to comment.