thetrevorharmon / gatsby-theme-shopify-manager

The easiest way to start a Shopify shop on Gatsby.
https://gatsby-theme-shopify-manager.netlify.app/
MIT License
121 stars 11 forks source link

Usage with Jest #66

Closed ghost closed 4 years ago

ghost commented 4 years ago

I found I needed to update my jest config with the following before I was able to unit test. Given Jest doesn't always through the most intelligible backtraces I'm dropping it here and closing this.

transformIgnorePatterns: [
  `node_modules/(?!(gatsby|gatsby-theme-shopify-manager)/)`,
],