Stabilize MImage/MVideoBodyView snapshots (#33289)

* Stabilize MImage/MVideoBodyView snapshots

* add to global

* Use vite/client for imports

* fixup
This commit is contained in:
Will Hunt
2026-04-24 09:34:15 +00:00
committed by GitHub
parent 0201a7eb1a
commit 6c7c90c15d
6 changed files with 14 additions and 22 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
"declaration": true,
"jsx": "react",
"lib": ["es2022", "es2024.promise", "dom", "dom.iterable"],
"types": ["storybook-addon-vis/matcher"],
"types": ["vite/client", "storybook-addon-vis/matcher"],
"strict": true,
"paths": {
"@test-utils": ["./src/test/utils/index"]