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

412 set up testing infrastructure #434

Merged
merged 4 commits into from
Dec 5, 2024

Conversation

AdvancedCodingMonkey
Copy link
Collaborator

This PR is setting up testing infrastructure for local development. Setting up pipelines is postponed to #401 . I chose to switch to vitest for unit tests as the configuration setup seems orders of magnitude easier than for jest.

Copy link

vercel bot commented Dec 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
covariants ✅ Ready (Inspect) Visit Preview Dec 5, 2024 8:40am

Copy link
Collaborator

@fengelniederhammer fengelniederhammer left a comment

Choose a reason for hiding this comment

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

vitest for unit tests as the configuration setup seems orders of magnitude easier than for jest.

nice :)

web/package.json Outdated Show resolved Hide resolved
web/tests/home.spec.ts Show resolved Hide resolved
web/playwright.config.ts Show resolved Hide resolved
web/playwright.config.ts Outdated Show resolved Hide resolved
Co-authored-by: Fabian Engelniederhammer <[email protected]>
@AdvancedCodingMonkey AdvancedCodingMonkey merged commit 1c464cf into master Dec 5, 2024
2 of 3 checks passed
@AdvancedCodingMonkey AdvancedCodingMonkey deleted the 412-set-up-testing-infrastructure branch December 5, 2024 08:42
@AdvancedCodingMonkey AdvancedCodingMonkey linked an issue Dec 5, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set up testing infrastructure
2 participants