Skip to content

Commit bb17fbe

Browse files
committed
chore: update snapshots
1 parent 1def2bc commit bb17fbe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/__snapshots__/api.test.js.snap

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`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?
1111
You 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

1718
exports[`api normalizeImageminConfig should works 4`] = `
@@ -21,7 +22,8 @@ Did you forget to install the plugin?
2122
You 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

2729
exports[`api normalizeImageminConfig should works 5`] = `"No plugins found for \`imagemin\`, please read documentation"`;

0 commit comments

Comments
 (0)