Files
blap/modules/widget-toggles/element-web/tests/tsconfig.json
T
David Baker dd2a125d52 Add unit test for the toggle component
Using playwright-provided chromium via vitest + testing library
2026-03-16 18:51:40 +00:00

8 lines
128 B
JSON

{
"extends": "../../../../tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx"
},
"include": ["."]
}