webex / webex-js-sdk

JavaScript SDK for Webex
https://webex.github.io/webex-js-sdk/
Other
170 stars 336 forks source link

test(metrics): revert jest changes for metrics and mercury plugins #3547

Closed Shreyas281299 closed 2 months ago

Shreyas281299 commented 2 months ago

COMPLETES # SPARK-513491

Revert skipped test in plugin-metrics and plugin-mercury because those tests were failling when we run in jest. Since we have moved them back to mocha those tests are passing.

internal-plugin-presence, changes the test so that it can run in both jest and mocha. Easier to migrate to beta. We dont run these tests in next this is solely for the migration process.

Testing

Made the same changes in beta branch and all tests are passing there. Plugin-metric and plugin-mercury tests are passing in next as well as beta

Change Type

The following scenarios where tested

< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >

I certified that


Make sure to have followed the contributing guidelines before submitting.