Skip to content

Commit

Permalink
fallback in test
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Dec 1, 2022
1 parent 9623609 commit fe40f48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion e2e-tests/contentful/cypress/integration/gatsby-image.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ describe(`gatsby-image`, () => {
it(`fluid`, testConfig, () => testGatsbyImage(`fluid`, hasBase64Placeholder))
it(`fixed`, testConfig, () => testGatsbyImage(`fixed`, hasBase64Placeholder))
it(`webp`, testConfig, () => testGatsbyImage(`webp`, hasBase64Placeholder))
it(`traced`, testConfig, () => testGatsbyImage(`traced`, hasSVGPlaceholder))
it(`traced`, testConfig, () =>
testGatsbyImage(`traced`, hasBase64Placeholder)
)
it(`sqip`, testConfig, () => testGatsbyImage(`sqip`, hasSVGPlaceholder))

it(`english`, testConfig, () => {
Expand Down

0 comments on commit fe40f48

Please sign in to comment.