fixture.json
1{
2 "name": "Next.js (App Router)",
3 "config": {
4 "files": ["app/layout.tsx"],
5 "insertBefore": "</body>",
6 "commentSyntax": "jsx"
7 },
8 "sourceFiles": ["app/layout.tsx", "app/page.tsx"],
9 "generatedFiles": [],
10 "wrapCases": [
11 {
12 "name": "wraps hero title in source TSX",
13 "args": { "classes": "hero-title", "tag": "h1" },
14 "expectedFile": "app/page.tsx"
15 }
16 ]
17}