forked from svrjs/svrjs
Lint out the codebase.
This commit is contained in:
parent
5fab894caf
commit
bafc08d965
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ const {
|
|||
forbiddenPaths,
|
||||
} = require("../../src/utils/forbiddenPaths");
|
||||
const os = require("os");
|
||||
const path = require("path");
|
||||
|
||||
jest.mock("os", () => ({
|
||||
platform: jest.fn(),
|
||||
|
|
Reference in a new issue