Skip to content

Commit

Permalink
Update mock
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Oct 7, 2017
1 parent 5b1441b commit 94186bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/src/__tests__/index.js
@@ -1,6 +1,6 @@
jest.mock(`gatsby-plugin-sharp`, () => {
return {
responsiveSizes({ file, args }) {
sizes({ file, args }) {
return Promise.resolve({
aspectRatio: 0.75,
presentationWidth: 300,
Expand Down

0 comments on commit 94186bc

Please sign in to comment.