(components: DeployComponent[] = [engineComponent()])
| 36 | } |
| 37 | |
| 38 | function specOf(components: DeployComponent[] = [engineComponent()]): Spec { |
| 39 | return { schemaVersion: 1, id: "test", components }; |
| 40 | } |
| 41 | |
| 42 | function reqOf(p: Partial<DeployRequirements> = {}): DeployRequirements { |
| 43 | return { |
no test coverage detected