fixture.json

 1{
 2  "name": "Vite + React",
 3  "config": {
 4    "files": ["index.html"],
 5    "insertBefore": "</body>",
 6    "commentSyntax": "html"
 7  },
 8  "sourceFiles": ["index.html", "src/App.jsx"],
 9  "generatedFiles": [],
10  "wrapCases": [
11    {
12      "name": "wraps hero title in source JSX",
13      "args": { "classes": "hero-title", "tag": "h1" },
14      "expectedFile": "src/App.jsx"
15    }
16  ]
17}