Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed May 2, 2023
1 parent 078827b commit b7ccb37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions test/__snapshots__/modules-option.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9685,7 +9685,7 @@ Array [
"./modules/tests-cases/issue-589/source.css",
"body:before {
content: '';
background: url(replaced_file_protocol_/webpack/public/path/img.png);
background: url(replaced_file_protocol_/webpack/public/path/09a1a1112c577c2794359715edfcb5ac.png);
}
",
"",
Expand Down Expand Up @@ -9719,7 +9719,7 @@ Array [
"./modules/tests-cases/issue-589/source.css",
"body:before {
content: '';
background: url(replaced_file_protocol_/webpack/public/path/img.png);
background: url(replaced_file_protocol_/webpack/public/path/09a1a1112c577c2794359715edfcb5ac.png);
}
",
"",
Expand Down Expand Up @@ -9753,7 +9753,7 @@ Array [
"./modules/tests-cases/issue-589/source.css",
"body:before {
content: '';
background: url(replaced_file_protocol_/webpack/public/path/img.png);
background: url(replaced_file_protocol_/webpack/public/path/09a1a1112c577c2794359715edfcb5ac.png);
}
",
"",
Expand Down Expand Up @@ -9787,7 +9787,7 @@ Array [
"./modules/tests-cases/issue-589/source.css",
"body:before {
content: '';
background: url(replaced_file_protocol_/webpack/public/path/img.png);
background: url(replaced_file_protocol_/webpack/public/path/09a1a1112c577c2794359715edfcb5ac.png);
}
",
"",
Expand Down Expand Up @@ -9821,7 +9821,7 @@ Array [
"./modules/tests-cases/issue-589/source.css",
"body:before {
content: '';
background: url(replaced_file_protocol_/webpack/public/path/img.png);
background: url(replaced_file_protocol_/webpack/public/path/09a1a1112c577c2794359715edfcb5ac.png);
}
",
"",
Expand Down Expand Up @@ -9855,7 +9855,7 @@ Array [
"./modules/tests-cases/issue-589/source.css",
"body:before {
content: '';
background: url(replaced_file_protocol_/webpack/public/path/img.png);
background: url(replaced_file_protocol_/webpack/public/path/09a1a1112c577c2794359715edfcb5ac.png);
}
",
"",
Expand Down
6 changes: 3 additions & 3 deletions test/__snapshots__/url-option.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3626,7 +3626,7 @@ a {
/* We need to use \`resourceQuery: /inline/\` */
/* Hard to test on webpack v4 */
.qqq {
background: url(data:image/png;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJjdXN0b20taW1nLnBuZyI=)
background: url(replaced_file_protocol_/webpack/public/path/custom-img.png)
}

.class {
Expand Down Expand Up @@ -4257,7 +4257,7 @@ a {
/* We need to use \`resourceQuery: /inline/\` */
/* Hard to test on webpack v4 */
.qqq {
background: url(data:image/png;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJjdXN0b20taW1nLnBuZyI=)
background: url(replaced_file_protocol_/webpack/public/path/custom-img.png)
}

.class {
Expand Down Expand Up @@ -4888,7 +4888,7 @@ a {
/* We need to use \`resourceQuery: /inline/\` */
/* Hard to test on webpack v4 */
.qqq {
background: url(replaced_file_protocol_/webpack/public/path/img-single.png)
background: url(replaced_file_protocol_/webpack/public/path/custom-img.png)
}

.class {
Expand Down

0 comments on commit b7ccb37

Please sign in to comment.