Skip to content

Commit

Permalink
Fix require
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Feb 15, 2018
1 parent 6ab8487 commit ef807b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
jest.mock(`../resolve`, () => module => `/resolved/path/${module}`)

const babelPluginRemoveQueries = require(`babel-plugin-remove-graphql-queries`)
.default
const {
resolvableExtensions,
modifyWebpackConfig,
Expand Down

0 comments on commit ef807b5

Please sign in to comment.