adventurous-jordan-10043
06/04/2019, 4:22 PMPULUMI_TEST_MODE
work with a local stack ?white-balloon-205
adventurous-jordan-10043
06/04/2019, 4:24 PMit.only("must have a name tag", function(done) {
this.timeout(50000);
pulumi.all([server.tags]).apply(res => {
console.log(res);
done();
})
});
never endswhite-balloon-205
adventurous-jordan-10043
06/04/2019, 6:17 PM