(name)
| 11 | } |
| 12 | |
| 13 | function readScriptSource(name) { |
| 14 | return readFileSync(resolve(SCRIPTS_ROOT, name), "utf8"); |
| 15 | } |
| 16 | |
| 17 | describe("HSR demo entrypoints", () => { |
| 18 | test("widget demo wires HSR through createNodeApp hotReload option", () => { |
no test coverage detected