Hello, I am trying to write unit test for azure-na...
# typescript
b
Hello, I am trying to write unit test for azure-native, and found issue to execute test using multiple test file. I followed the structure as mentioned in document - https://www.pulumi.com/docs/using-pulumi/testing/unit/ If I combine all the test in single file, then all will pass. Example - I designed two modules test cases - storage components and eventhub, individually test running is working fine, but if I use command
npx mocha --require ts-node/register --timeout 60000 .\test\**\*.test.ts
Anyone have idea, how to execute entire unit test ?