contentful / contentful-management.js

JavaScript library for Contentful's Management API (node & browser)
https://contentful.github.io/contentful-management.js
MIT License
263 stars 97 forks source link

WIP - Refactor: replace test suite with vitest #2328

Open axe312ger opened 2 weeks ago

axe312ger commented 2 weeks ago

As this is the only public repo with mocha/chai/sinon left, this moves it to the modern jest/vitest syntax.

We did the same for the sdk-core and the contentful.js --> https://github.com/contentful/contentful-sdk-core/pull/438 + https://github.com/contentful/contentful.js/pull/2169

Very much WIP - still trying to get myself deeper into the syntax of the SDK and test suite s😅