Skip to content

exclude *.test.tsx? files from eui.d.ts#2673

Merged
chandlerprall merged 2 commits intoelastic:masterfrom
chandlerprall:bug/2671-type-exports-too-greedy
Dec 17, 2019
Merged

exclude *.test.tsx? files from eui.d.ts#2673
chandlerprall merged 2 commits intoelastic:masterfrom
chandlerprall:bug/2671-type-exports-too-greedy

Conversation

@chandlerprall
Copy link
Copy Markdown
Contributor

@chandlerprall chandlerprall commented Dec 16, 2019

Summary

Fixes #2671

This excludes *.test.tsx? files when generating eui.d.ts. I verified this does not have unintended effects on Kibana by applying the change to eui@17.0.0 (Kibana's version of EUI in master), re-generating its eui.d.ts, and testing those type definitions in Kibana.

Checklist

- [ ] Checked in dark mode
- [ ] Checked in mobile
- [ ] Checked in IE11 and Firefox
- [ ] Props have proper autodocs
- [ ] Added documentation examples
- [ ] Added or updated jest tests

  • Checked for breaking changes and labeled appropriately
    - [ ] Checked for accessibility including keyboard-only and screenreader modes
  • A changelog entry exists and is marked appropriately

Copy link
Copy Markdown
Contributor

@thompsongl thompsongl left a comment

Choose a reason for hiding this comment

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

Nice! This should help with #1959, also

@chandlerprall chandlerprall merged commit ecbe941 into elastic:master Dec 17, 2019
@chandlerprall chandlerprall deleted the bug/2671-type-exports-too-greedy branch December 17, 2019 15:45
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.

Custom Jest matchers causing issues with Jest upgrade

2 participants