diff --git a/test/encryption.test.ts b/test/encryption.test.ts index 1bf247e3..1374ae5e 100644 --- a/test/encryption.test.ts +++ b/test/encryption.test.ts @@ -5,6 +5,7 @@ import { writeFile } from "../src/drivers/utils/node-fs"; import { testDriver } from "./drivers/utils"; describe("encryption", () => { + // eslint-disable-next-line unicorn/prefer-module const dir = resolve(__dirname, "tmp/fs"); // Example for fs driver