fixture.json

 1{
 2  "name": "Multi-page static with generator",
 3  "config": {
 4    "files": ["dist/index.html", "dist/docs/one.html"],
 5    "insertBefore": "</body>",
 6    "commentSyntax": "html"
 7  },
 8  "sourceFiles": ["src/template.js"],
 9  "generatedFiles": ["dist/index.html", "dist/docs/one.html"],
10  "wrapCases": [
11    {
12      "name": "refuses to wrap inside a generated dist page",
13      "args": { "classes": "hero-title", "tag": "h1" },
14      "expectsError": "element_not_in_source"
15    }
16  ]
17}