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,
|
forbiddenPaths,
|
||||||
} = require("../../src/utils/forbiddenPaths");
|
} = require("../../src/utils/forbiddenPaths");
|
||||||
const os = require("os");
|
const os = require("os");
|
||||||
const path = require("path");
|
|
||||||
|
|
||||||
jest.mock("os", () => ({
|
jest.mock("os", () => ({
|
||||||
platform: jest.fn(),
|
platform: jest.fn(),
|
||||||
|
|
Reference in a new issue