Skip to content

Commit c614127

Browse files
committed
:test - Update the Jest mock path for fs-extra.
1 parent d0b2108 commit c614127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jest.mock('../build-headers-program', () => {
1212
default: jest.fn(),
1313
}
1414
})
15-
jest.mock('../../node_modules/fs-extra', () => {
15+
jest.mock('fs-extra', () => {
1616
return {
1717
__esModule: true,
1818
default: jest.fn(),

0 commit comments

Comments
 (0)