Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 7f46af0

Browse files
committed
test: fix expected for css order test
1 parent 1f057e1 commit 7f46af0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

test/__snapshots__/webpack-integration.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
exports[`Webpack Integration Tests chunk-modules-css-wrong-order 1`] = `
44
".block {
5-
color: tomato;
5+
color: tomato;
66
}
77
.App {
8-
color: black;
8+
color: black;
99
}
1010
"
1111
`;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.App {
2-
text-align: center;
2+
color: black;
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.block {
2-
font-size: 16px;
2+
color: tomato;
33
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.block {
2-
font-size: 16px;
2+
color: tomato;
33
}
44
.App {
5-
text-align: center;
5+
color: black;
66
}

0 commit comments

Comments
 (0)