futel / twilio-sip-server

Deploys Twilio components to implement SIP services
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

set up testing stub #7

Open kra opened 1 year ago

kra commented 1 year ago

There is probably better testing available than the none that we do now.

"npm test" lets us attach an inspector, can we run regressions? I don't know anything about the tools.

I wasn't able to set up basic unit testing because the import machinery is weird: https://github.com/twilio-labs/serverless-toolkit/issues/457

Maybe there is a way to organize modules to do this?