Skip to content

Commit 1ccca5c

Browse files
committed
test: fix require extend
1 parent ce69a54 commit 1ccca5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/extend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const mfs = {
1919

2020
const extend = proxyquire('../src', {
2121
fs: mfs
22-
}).default;
22+
});
2323

2424
describe('Extend', () => {
2525
beforeEach(() => {

0 commit comments

Comments
 (0)