mirror of https://github.com/webpack/webpack.git
test: fix
This commit is contained in:
parent
ade5e4313f
commit
6ded9d223d
|
@ -5,8 +5,6 @@ const util = require("util");
|
|||
const FileSystemInfo = require("../lib/FileSystemInfo");
|
||||
const { buffersSerializer } = require("../lib/util/serialization");
|
||||
|
||||
jest.mock("fs");
|
||||
|
||||
describe("FileSystemInfo", () => {
|
||||
afterEach(() => {
|
||||
// restore the spy created with spyOn
|
||||
|
|
Loading…
Reference in New Issue