We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce69a54 commit 1ccca5cCopy full SHA for 1ccca5c
1 file changed
test/extend.js
@@ -19,7 +19,7 @@ const mfs = {
19
20
const extend = proxyquire('../src', {
21
fs: mfs
22
-}).default;
+});
23
24
describe('Extend', () => {
25
beforeEach(() => {
0 commit comments