File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- // Jest Snapshot v1, https://goo.gl/fbAQLP
1+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22
33exports [` api normalizeImageminConfig should works 1` ] = ` "No plugins found for \` imagemin\` , please read documentation"` ;
44
@@ -11,7 +11,8 @@ Did you forget to install the plugin?
1111You can install it with:
1212
1313$ npm install imagemin-unknown --save-dev
14- $ yarn add imagemin-unknown --dev"
14+ $ yarn add imagemin-unknown --dev
15+ Cause: Cannot find module 'unknown' from 'src/utils.js'"
1516` ;
1617
1718exports [` api normalizeImageminConfig should works 4` ] = `
@@ -21,7 +22,8 @@ Did you forget to install the plugin?
2122You can install it with:
2223
2324$ npm install imagemin-unknown --save-dev
24- $ yarn add imagemin-unknown --dev"
25+ $ yarn add imagemin-unknown --dev
26+ Cause: Cannot find module 'imagemin-unknown' from 'src/utils.js'"
2527` ;
2628
2729exports [` api normalizeImageminConfig should works 5` ] = ` "No plugins found for \` imagemin\` , please read documentation"` ;
You can’t perform that action at this time.
0 commit comments