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: Use named imports from fs-extra #8

Merged
merged 3 commits into from
Oct 1, 2023
Merged

Conversation

LekoArts
Copy link
Owner

@LekoArts LekoArts commented Oct 1, 2023

Description

Use named imports (e.g. import { copy } from 'fs-extra') instead of default import. Makes mocking in tests easier.

Checklist

  • pnpm run test runs as expected.
  • pnpm run build runs as expected.
  • (If applicable) Documentation has been updated

@changeset-bot
Copy link

changeset-bot bot commented Oct 1, 2023

🦋 Changeset detected

Latest commit: f97ca1a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
secco Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2023

Size Change: 0 B 🆕

Total Size: 0 B

compressed-size-action

@LekoArts LekoArts merged commit 79bf441 into main Oct 1, 2023
3 checks passed
@LekoArts LekoArts deleted the fix/change-fs-imports branch October 1, 2023 11:12
LekoArts added a commit that referenced this pull request Oct 14, 2023
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.

1 participant