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

Add tests for pear stage #249

Merged
merged 45 commits into from
Oct 23, 2024
Merged

Add tests for pear stage #249

merged 45 commits into from
Oct 23, 2024

Conversation

jkcdarunday
Copy link
Contributor

No description provided.

@jkcdarunday jkcdarunday marked this pull request as ready for review August 13, 2024 18:44
@jkcdarunday jkcdarunday force-pushed the test/stage-command branch 2 times, most recently from b29a969 to 7703173 Compare August 26, 2024 14:57
@jkcdarunday jkcdarunday force-pushed the test/stage-command branch 2 times, most recently from 7def7e9 to 8f6d19e Compare September 3, 2024 15:37
@jkcdarunday jkcdarunday force-pushed the test/stage-command branch 2 times, most recently from 9d18636 to 16e18d4 Compare September 11, 2024 13:30
@jkcdarunday jkcdarunday force-pushed the test/stage-command branch 3 times, most recently from 323c562 to e59b64d Compare October 21, 2024 16:10
@jkcdarunday jkcdarunday force-pushed the test/stage-command branch 5 times, most recently from e510ad0 to 794ff59 Compare October 22, 2024 17:27
const targetDrive = new LocalDrive(targetDir)
const mirror = sourceDrive.mirror(targetDrive, { prune: false })
// eslint-disable-next-line no-unused-vars
for await (const val of mirror) { /* ignore */ }
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we can use mirror.done() instead

@rafapaezbas rafapaezbas merged commit 7a74a14 into main Oct 23, 2024
3 checks passed
@rafapaezbas rafapaezbas deleted the test/stage-command branch October 23, 2024 14:22
rafapaezbas added a commit that referenced this pull request Oct 23, 2024
rafapaezbas added a commit that referenced this pull request Oct 23, 2024
@rafapaezbas rafapaezbas restored the test/stage-command branch October 23, 2024 17: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.

2 participants