(failArg: string)
| 89 | } |
| 90 | |
| 91 | const failureIt = (failArg: string) => |
| 92 | testEffect(AppNodeBuilder.build(projectTestNode, [[Project.node, projectLayerWithFailure(failArg)]])) |
| 93 | |
| 94 | const iconDiscoveryIt = testEffect( |
| 95 | AppNodeBuilder.build(projectTestNode, [[RuntimeFlags.node, RuntimeFlags.layer({ experimentalIconDiscovery: true })]]), |
no test coverage detected