Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP - Refactor: replace test suite with vitest #2328

Draft
wants to merge 31 commits into
base: master
Choose a base branch
from

Conversation

axe312ger
Copy link
Collaborator

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 --> contentful/contentful-sdk-core#438 + contentful/contentful.js#2169

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

@axe312ger axe312ger changed the base branch from refactor/modern-esm-support to build/cleanup-dependencies June 27, 2024 08:38
Base automatically changed from build/cleanup-dependencies to test/fix-integration July 17, 2024 14:15
Base automatically changed from test/fix-integration to master July 18, 2024 14:33
@@ -25,7 +25,8 @@ describe('Entity Locale', () => {
})
})

test('Locale collection is wrapped', async () => {
// @todo why is this failing?
test.skip('Locale collection is wrapped', async () => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@todo this test is failing, but should not do so!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant