-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: add file field for exports interface #5147
fix: add file field for exports interface #5147
Conversation
The committers listed above are authorized under a signed CLA. |
Would appreciate a ton if you could take a look at this tiny PR when you have time, @JoshuaKGoldberg! |
Not yet 😉 I edited it just now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Source changes are 💯. Just requesting changes on a test. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Testing] The change looks good to me, but it'd be good to have test coverage. Could you please add one to exports.spec.js
?
Even just a straightforward expect(this.test.file, 'to match', ...)
would be fine enough IMO.
👋 just checking in @shadowusr, is this still something you have time & energy for? |
Closing out as it's been a couple months without activity. If someone wants to make their own PR, please go ahead - and remember to add co-author attribution if it includes significant code from this PR. Cheers! 🤎 |
PR Checklist
status: accepting prs
Overview
This PR adds
file
field to suites inExports
interface, so that it matches other interfaces such as BDD.