azure-sdk-for-js
azure-sdk-for-js copied to clipboard
Fix/js signoff pipeline
Packages impacted by this PR
@azure/cosmos
Issues associated with this PR
Describe the problem that is addressed by this PR
This PR fixes the failed tests by mainly addressing following issues:
- JSBI comparison was giving error after JSBI version upgrade.
- '.ts' extension was not getting identified while running tests.
- issues with flaky tests and container leakage
What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen?
Are there test cases added in this PR? (If not, why?)
Provide a list of related PRs (if any)
Command used to generate this PR:**(Applicable only to SDK release request PRs)
Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** (If so, create an Issue in the Autorest/typescript repository and link it here)
- [ ] Added a changelog (if necessary)
API change check
API changes are not detected in this pull request.
@aditishree1 Please add details about these changes in the PR "Describe the problem that is addressed by this PR" section.