Skip to content

Commit

Permalink
chore(gatsby): drop the the (#23295)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdz authored Apr 20, 2020
1 parent 85cf630 commit 5975874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-image/src/__tests__/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ describe(`<Image />`, () => {
expect(component).toMatchSnapshot()
})

it(`should have the the "critical" prop set "loading='eager'"`, () => {
it(`should have the "critical" prop set "loading='eager'"`, () => {
jest.spyOn(global.console, `log`)

const props = { critical: true }
Expand Down

0 comments on commit 5975874

Please sign in to comment.