Skip to content

Commit

Permalink
clean up jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Aug 31, 2017
1 parent ee3191c commit 6fcc2df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ module.exports = {
`__tests__/fixtures`,
],
moduleNameMapper: {
"^graphql-skip-limit$": `<rootDir>/packages/graphql-skip-limit/src/index.js`,
"^gatsby-1-config-css-modules$": `<rootDir>/packages/gatsby-1-config-css-modules/src/index.js`,
"^gatsby-plugin-sharp$": `<rootDir>/packages/gatsby-plugin-sharp/src/index.js`,
"^gatsby/dist/redux/actions$": `<rootDir>/packages/gatsby/src/redux/actions.js`,
"^highlight.js$": `<rootDir>/node_modules/highlight.js/lib/index.js`,
},
}

0 comments on commit 6fcc2df

Please sign in to comment.