microsoft / kiota-typescript

TypeScript libraries for Kiota-generated API clients.
https://aka.ms/kiota/docs
MIT License
34 stars 25 forks source link

chore: added vitest for node and browser testing in abstrations #1099

Closed musale closed 6 months ago

musale commented 6 months ago

This is a small change that is part of a bigger goal to improve our confidence in browser testing and update the codebase to adapt to node/browser environment without throwing errors:

Status

The work in this pr is only done on 2 packages, abstractions and authentication/azure. This should give a basis and open discussion of what the end result for the goals above should look like.

musale commented 6 months ago

closing in favour of https://github.com/microsoft/kiota-typescript/pull/1102