-
Notifications
You must be signed in to change notification settings - Fork 171
test: update to latest rundler for use with prool #1643
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd the label graphite-merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
🌿 Documentation Preview
|
d60aaaf
to
3754868
Compare
3754868
to
2256f56
Compare
2256f56
to
1e9fe67
Compare
1e9fe67
to
0162e06
Compare
0162e06
to
1f09416
Compare
1f09416
to
dc2d975
Compare
dc2d975
to
ef17633
Compare
I'm gonna have to revisit this, I've spent too much time on it and the tests are less stable than they were on 0.2.2 |
ef17633
to
72b9d8a
Compare
splitting up the changes so i can debug more easily: #1646 |
Pull Request Checklist
yarn test
)site
folder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change
)yarn lint:check
) and fix any issues? (yarn lint:write
)PR-Codex overview
This PR focuses on updating the
rundler
version, modifying workspace configurations, and refactoring test instances and imports. It also introduces new functionalities and optimizations in various test files and configurations.Detailed summary
tag
in.github/workflows/on-pull-request.yml
fromv0.2.2
tov0.8.2
.vitest.workspace.ts
to include.vitest
..vitest/globalSetup.ts
to point to./src/rundler/binary
.version
indownloadLatestRundlerRelease
tov0.8.2
.local070Instance
andlocal060Instance
withlocalInstance
in multiple test files.rundlerOptions
function in.vitest/src/rundler/instance.test.ts
.toArgs
andtoFlagCase
functions in.vitest/src/rundler/toArgs.ts
.setupTests.ts
to uselocalInstance
.