Unit test cases for nodejs application in temporal

Is there any way to write unit test cases for the temporal workflow using nodejs testing frameworks (typescript)?

hello @mabasha.shaik1010

you should be able to use any testing framework,

There is an example in the typescript repo using mocha https://github.com/temporalio/samples-typescript/blob/main/activities-examples/src/mocha/workflows.test.ts

Antonio