docs icon indicating copy to clipboard operation
docs copied to clipboard

Update TypeScript content in unit testing doc to use assertions

Open davidwrede opened this issue 3 years ago • 1 comments

Currently, our unit testing topic uses the Mocha framework for unit testing Pulumi programs written in TypeScript.

A more idiomatic way would be to use assertions via Promises as shown in this blog post.

davidwrede avatar Mar 09 '21 18:03 davidwrede

Any changes to this should be reflected back here - https://github.com/pulumi/examples/tree/master/testing-unit-ts :D

stack72 avatar Mar 09 '21 22:03 stack72