Since we upgraded to node 20.10.0 the method for mocking file creation doesn't work properly ``` const mockFs = require("mock-fs"); mockFs({ "/file": { VAR: "var_value", }, }); ```