Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthachatterjee committed Jul 12, 2019
1 parent a072df8 commit 0c92ae9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/babel-preset-gatsby/src/__tests__/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ it(`Specifies proper presets and plugins for test stage`, () => {
useESModules: false,
},
],
expect.stringContaining(`babel-plugin-dynamic-import-node`),
])
})

Expand Down Expand Up @@ -111,6 +112,7 @@ it(`Specifies proper presets and plugins for build-html stage`, () => {
useESModules: true,
},
],
expect.stringContaining(`babel-plugin-dynamic-import-node`),
])
})

Expand Down

0 comments on commit 0c92ae9

Please sign in to comment.