(args: ContainerArgs)
| 28 | class ContainerForTest extends Container { |
| 29 | static className = 'ContainerForTest'; |
| 30 | constructor(args: ContainerArgs) { |
| 31 | super(args); |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | describeMathCPUAndGPU('Container.fromConfig', () => { |
nothing calls this directly
no outgoing calls
no test coverage detected