Alejandro Díaz
Results
3
comments of
Alejandro Díaz
http://prntscr.com/d8dxt3
With versions 1.0.1 http://prntscr.com/d8rxwk
> Try setting `'node_modules/(?!vue2-google-maps)'` for `transformIgnorePatterns` in `jest.config.js`. > > ```js > // file: jest.config.js > > module.exports = { > ... > transformIgnorePatterns: [ > 'node_modules/(?!vue2-google-maps)' > ], >...