anyone have any luck using jest w/ pulumi? i've no...
# typescript
m
anyone have any luck using jest w/ pulumi? i've noticed that i get multiple error messages per test fail if i try to follow the style as-presented in the examples (which uses mocha). the docs have a different pattern, which just uses done (i.e. raising an error if an assertion fails, and calling the function if it passes), but it sacrifices the rich assertion matchers present in jest and requires a branch on every test assertion; kinda wondering if there's a better way, or if i should just fall back to mocha here