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: improve rolldown test #684

Merged
merged 1 commit into from Mar 28, 2024
Merged

Conversation

Dunqing
Copy link
Member

@Dunqing Dunqing commented Mar 28, 2024

Description

Closer to the implementation of vitest

Test Plan


Copy link

netlify bot commented Mar 28, 2024

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 308c053
🔍 Latest deploy log https://app.netlify.com/sites/rolldown-rs/deploys/66055e455d33c7000702d647

return
}

const testConfig = await loadTestConfig(testConfigPath)
Copy link
Member

Choose a reason for hiding this comment

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

I didn't do this because this will slow down spawning tests.

Copy link
Member

Choose a reason for hiding this comment

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

And using Promise.all() will causes the tests created unorderly,

@hyf0 hyf0 force-pushed the refactor/improve-fixture-implementation branch from b190ecc to 308c053 Compare March 28, 2024 12:10
Copy link
Member

@hyf0 hyf0 left a comment

Choose a reason for hiding this comment

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

Well done!

@hyf0 hyf0 enabled auto-merge (squash) March 28, 2024 12:11
@hyf0 hyf0 merged commit 0729dfb into main Mar 28, 2024
15 checks passed
@hyf0 hyf0 deleted the refactor/improve-fixture-implementation branch March 28, 2024 12:14
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