-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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 file field for exports interface #5147
base: main
Are you sure you want to change the base?
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.
PR Checklist
status: accepting prs
Overview
This PR adds
file
field to suites inExports
interface, so that it matches other interfaces such as BDD.