Skip to content

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4289,14 +4289,14 @@
42894289
},
42904290
"test/development/tsconfig-path-reloading/index.test.ts": {
42914291
"passed": [
4292-
"tsconfig-path-reloading tsconfig added after starting dev should automatically fast refresh content when path is added without error",
4293-
"tsconfig-path-reloading tsconfig added after starting dev should load with initial paths config correctly",
4294-
"tsconfig-path-reloading tsconfig should automatically fast refresh content when path is added without error",
4295-
"tsconfig-path-reloading tsconfig should load with initial paths config correctly"
4292+
"tsconfig-path-reloading tsconfig should load with initial paths config correctly",
4293+
"tsconfig-path-reloading tsconfig should automatically fast refresh content when path is added without error"
42964294
],
42974295
"failed": [
42984296
"tsconfig-path-reloading tsconfig added after starting dev should recover from module not found when paths is updated",
4299-
"tsconfig-path-reloading tsconfig should recover from module not found when paths is updated"
4297+
"tsconfig-path-reloading tsconfig should recover from module not found when paths is updated",
4298+
"tsconfig-path-reloading tsconfig added after starting dev should load with initial paths config correctly",
4299+
"tsconfig-path-reloading tsconfig added after starting dev should automatically fast refresh content when path is added without error"
43004300
],
43014301
"pending": [],
43024302
"flakey": [],

0 commit comments

Comments
 (0)