Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Aug 26, 2021
1 parent 250720f commit bb064f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/gatsby/src/utils/worker/__tests__/datastore.ts
Expand Up @@ -10,6 +10,8 @@ import { getDataStore } from "../../../datastore"
jest.mock(`gatsby-telemetry`, () => {
return {
decorateEvent: jest.fn(),
trackError: jest.fn(),
trackCli: jest.fn(),
}
})

Expand Down

0 comments on commit bb064f9

Please sign in to comment.