migrate to jest (#721)

* migrate rrweb-snapshot tests to jest

* migrate rrweb tests to jest
This commit is contained in:
yz-yu
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 4b6a7fbf2e
commit 23e00bdf66
26 changed files with 9313 additions and 7983 deletions

View File

@@ -11,5 +11,5 @@
"lib": ["es6", "dom"]
},
"exclude": ["test"],
"include": ["src", "test.d.ts"]
"include": ["src"]
}