Skip to content

Commit

Permalink
test(encryption): ✅ Added eslint exception
Browse files Browse the repository at this point in the history
  • Loading branch information
itpropro committed Jan 2, 2024
1 parent 0e76ed3 commit 8148091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/encryption.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8148091

Please sign in to comment.