Skip to content

Commit 0e51fbb

Browse files
test: more
1 parent 0016e49 commit 0e51fbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/__snapshots__/import-option.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Array [
4242
],
4343
Array [
4444
"../../src/index.js?[ident]!./import/order-2.css",
45-
".order-1 {
45+
".order-2 {
4646
color: red;
4747
}
4848
",
@@ -66,7 +66,7 @@ Array [
6666
],
6767
Array [
6868
"../../src/index.js?[ident]!./import/order-2.css",
69-
".order-1 {
69+
".order-2 {
7070
color: red;
7171
}
7272
",

test/fixtures/import/order-2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
.order-1 {
1+
.order-2 {
22
color: red;
33
}

0 commit comments

Comments
 (0)