Skip to content

Commit

Permalink
chore: Fix spelling (gatsbyjs#28761)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Jan 4, 2021
1 parent 7ec3eef commit bc0e9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/create-file-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe(`create-file-node`, () => {
beforeEach(() => {
// If this breaks, note that the actual values here are not relevant. They just need to be mocked because
// otherwise the tests change due to changing timestamps. The returned object should mimic the real fs.stat
// Note: async tests should run in serial so this mock should not cause cross test polution on this thread.
// Note: async tests should run in serial so this mock should not cause cross test pollution on this thread.
fs.stat = jest.fn().mockResolvedValue(
Promise.resolve({
isDirectory() {
Expand Down

0 comments on commit bc0e9fc

Please sign in to comment.