1
0
Fork 0
forked from svrjs/svrjs

Lint out the codebase.

This commit is contained in:
Dorian Niemiec 2024-08-25 07:17:34 +02:00
parent 5fab894caf
commit bafc08d965

View file

@ -5,7 +5,6 @@ const {
forbiddenPaths,
} = require("../../src/utils/forbiddenPaths");
const os = require("os");
const path = require("path");
jest.mock("os", () => ({
platform: jest.fn(),