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