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

feat: support using keyword #232

Merged
merged 7 commits into from
Feb 18, 2024

Conversation

ffMathy
Copy link
Collaborator

@ffMathy ffMathy commented Feb 17, 2024

Today, if a test has the using keyword in it (a new TypeScript feature), Vitest won't run or discover that particular test. This fixes that problem.

@MilanKovacic
Copy link
Collaborator

Can we add the "using" keyword to one of the "samples" test cases?

@ffMathy
Copy link
Collaborator Author

ffMathy commented Feb 18, 2024

Can we add the "using" keyword to one of the "samples" test cases?

Done! I also added an actual unit test to the parser which verifies that it is working.

@sheremet-va sheremet-va merged commit bdaf3bd into vitest-dev:main Feb 18, 2024
1 check passed
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.

3 participants