From bafc08d965ed31f616c57df043309d5de6e97299 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 25 Aug 2024 07:17:34 +0200 Subject: [PATCH] Lint out the codebase. --- tests/utils/forbiddenPaths.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/utils/forbiddenPaths.test.js b/tests/utils/forbiddenPaths.test.js index 1ae2775..3261428 100644 --- a/tests/utils/forbiddenPaths.test.js +++ b/tests/utils/forbiddenPaths.test.js @@ -5,7 +5,6 @@ const { forbiddenPaths, } = require("../../src/utils/forbiddenPaths"); const os = require("os"); -const path = require("path"); jest.mock("os", () => ({ platform: jest.fn(),