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

Chore/migrate tests #34

Merged
merged 5 commits into from
Nov 25, 2024
Merged

Chore/migrate tests #34

merged 5 commits into from
Nov 25, 2024

Conversation

thevuong
Copy link
Contributor

No description provided.

Replaced Jest with Vitest in all tests and configuration files. Updated package.json scripts and devDependencies to reflect the switch to Vitest.
Deleted Jest configuration files and custom matchers. Updated all test cases to use Vitest's methods. Adjusted pnpm lockfile to reflect the removal of Jest dependencies.
Added custom matchers for Vitest and adjusted ESLint configuration to allow empty TypeScript interfaces. Removed redundant Vitest type definitions from the tsconfig.json to streamline type configuration.
Removed redundant watch settings from Vitest configurations to ensure uniformity across packages. Added a dedicated types file for Vitest globals to streamline TypeScript configuration.
Removed redundant "build:packages" script and adjusted related scripts and workflows to use a consistent filter approach. This ensures that package-specific operations are streamlined across build, lint, and test steps.
@thevuong thevuong merged commit 8eb20f1 into main Nov 25, 2024
1 check passed
@thevuong thevuong deleted the chore/migrate-tests branch November 25, 2024 02:13
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.

1 participant