-
Notifications
You must be signed in to change notification settings - Fork 44
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: add barrel file #132
fix: add barrel file #132
Conversation
fcdc19c
to
9cf14ab
Compare
Bump ^^^ |
Codecov Report
@@ Coverage Diff @@
## main #132 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 224 224
Branches 70 70
=========================================
Hits 224 224
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@jgornick Would adding src/index.ts alone resolve your issue? I am wary about including additional deps like barelsby if not strictly needed. |
Removed barrelsby dep, but kept the src/index.ts file. |
🎉 This PR is included in version 5.3.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I'm sorry for not following up on this @mdjastrzebski. I appreciate you though doing the work and getting it merged in! |
What:
Re-added barrel file in src directory. Also added npm script (
generate-barrels
).Resolves #130
Why:
Unable to import matchers for use in a library.
How:
Used barrelsby to generate barrel file.
Checklist: