From 8f2b1efd6337e83d1c785246cb658eef060a85a5 Mon Sep 17 00:00:00 2001 From: kei_sakamoto Date: Mon, 16 Dec 2019 22:24:24 +0900 Subject: [PATCH] test(fixtures): typo at fixtures class name --- test/__snapshots__/import-option.test.js.snap | 4 ++-- test/fixtures/import/order-2.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/__snapshots__/import-option.test.js.snap b/test/__snapshots__/import-option.test.js.snap index ddcb4b4d..1ad55280 100644 --- a/test/__snapshots__/import-option.test.js.snap +++ b/test/__snapshots__/import-option.test.js.snap @@ -42,7 +42,7 @@ Array [ ], Array [ "../../src/index.js?!./import/order-2.css", - ".order-1 { + ".order-2 { color: red; } ", @@ -66,7 +66,7 @@ Array [ ], Array [ "../../src/index.js?!./import/order-2.css", - ".order-1 { + ".order-2 { color: red; } ", diff --git a/test/fixtures/import/order-2.css b/test/fixtures/import/order-2.css index 3e23caf8..a7c5b2c5 100644 --- a/test/fixtures/import/order-2.css +++ b/test/fixtures/import/order-2.css @@ -1,3 +1,3 @@ -.order-1 { +.order-2 { color: red; }