Skip to content

Commit 40d099d

Browse files
committed
feat(infra): improve e2e test stability
1 parent f976715 commit 40d099d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/rspack-test-tools/tests/hotCases/css/recovery/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import "./index.css";
1+
import "./main";
22

33
it("css recovery", done => {
44
NEXT(
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import "./index.css";

0 commit comments

Comments
 (0)