Skip to content

Commit

Permalink
exclude *.test.tsx? files from eui.d.ts (#2673)
Browse files Browse the repository at this point in the history
* exclude *.test.tsx? files from eui.d.ts

* changelog
  • Loading branch information
chandlerprall authored Dec 17, 2019
1 parent c7e7e94 commit ecbe941
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ No public interface changes since `17.2.1`.

- Reverted docs changes in `17.2.0` that caused the build script to die ([#2672](https://github.com/elastic/eui/pull/2672))

**Bug fixes**

- Removed TypeScript definitions in `*.test.tsx?` files from _eui.d.ts_ ([#2673](https://github.com/elastic/eui/pull/2673))

## [`17.2.0`](https://github.com/elastic/eui/tree/v17.2.0)

**NOTE: This release had an error in our documentation layer. Use 17.2.1 instead**
Expand Down
2 changes: 2 additions & 0 deletions scripts/dtsgenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ const generator = dtsGenerator({
'node_modules/**/*.d.ts',
'*/custom_typings/**/*.d.ts',
'src-framer/**/*',
'**/*.test.ts',
'**/*.test.tsx',
],
resolveModuleId(params) {
if (
Expand Down

0 comments on commit ecbe941

Please sign in to comment.