test: fix

This commit is contained in:
alexander.akait 2024-08-22 18:32:13 +03:00
parent ade5e4313f
commit 6ded9d223d
1 changed files with 0 additions and 2 deletions

View File

@ -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