assertOperationCompleted<TProgress, TOutput>(opOrTerminal: expectedOutput?: TrellisTestDeepPartial<TOutput>): Promise<>
Asserts that an operation reference or terminal operation completed successfully.
When expectedOutput is provided, object outputs are matched as a recursive
subset while arrays and primitives are compared exactly.
optional
expectedOutput: TrellisTestDeepPartial<TOutput>