Skip to content

Commit

Permalink
Removing unecessary console warn mock
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrachet committed Nov 30, 2020
1 parent 21a8920 commit 843fbe8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/create-gatsby/src/__tests__/install-plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jest.mock(
)

describe(`install-plugins`, () => {
beforeEach(() => {
console.warn = jest.fn()
})

afterEach(() => {
jest.resetAllMocks()
})
Expand Down

0 comments on commit 843fbe8

Please sign in to comment.