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

fix(vitest): --allowOnly #29

Merged
merged 1 commit into from Feb 4, 2022
Merged

fix(vitest): --allowOnly #29

merged 1 commit into from Feb 4, 2022

Conversation

patak-dev
Copy link
Member

@patak-dev patak-dev merged commit 1ed03b9 into main Feb 4, 2022
@@ -6,6 +6,6 @@ export async function test(options: RunOptions) {
...options,
repo: 'vitest-dev/vitest',
build: 'build',
test: 'test:run'
test: 'test:run -- --allowOnly'
Copy link

Choose a reason for hiding this comment

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

I don't think you need the additional --. That's part of the pnpm call in the other test scripts AFAIK.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks! Working now 🎉

@dominikg dominikg deleted the fix/vitest-use-allow-only branch October 7, 2022 18:15
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.

None yet

2 participants