gorgeous-animal-95046
03/02/2020, 6:18 PMpulumi.Output
? I'm trying to unit test a function that accepts this as a function param but I can't grok out how to do this.gorgeous-egg-16927
03/02/2020, 6:22 PMpulumi.output()
function.
const myStringInput = 'foo';
const myStringOutput = pulumi.output(myStringInput);
gorgeous-animal-95046
03/02/2020, 6:23 PMpulumi.Output(myStringInput)
gorgeous-egg-16927
03/02/2020, 6:24 PMOutput
is the type, output
is the function)