refactor(infra): record legacy data to improve testing stability (#4590)

This commit is contained in:
Joooye_34
2023-10-13 11:03:42 +08:00
committed by GitHub
parent 286347420d
commit 6ea10860b4
42 changed files with 2763 additions and 140 deletions

View File

@@ -5,5 +5,5 @@
"noEmit": false,
"outDir": "lib"
},
"include": ["./*.ts", "utils"]
"include": ["./*.ts", "utils", "e2e-enhance"]
}