diff --git a/tests/System/plugins/fs.mjs b/tests/System/plugins/fs.mjs index 5dd1a23e3a59c..acf7f0d746fbf 100644 --- a/tests/System/plugins/fs.mjs +++ b/tests/System/plugins/fs.mjs @@ -1,6 +1,4 @@ -import { - chmodSync, existsSync, writeFileSync, mkdirSync, rmSync, copyFileSync, -} from 'fs'; +import { chmodSync, existsSync, writeFileSync, mkdirSync, rmSync, copyFileSync } from 'fs'; import { dirname, join } from 'path'; import { umask } from 'node:process';