Skip to content

Commit

Permalink
improve ESM docs
Browse files Browse the repository at this point in the history
  • Loading branch information
akphi committed Oct 26, 2022
1 parent 3640697 commit fae9ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/legend-art/src/components/CJS__Fuse.cts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
*
* @workaround ESM
* See https://github.com/microsoft/TypeScript/issues/49298
* See https://github.com/krisk/Fuse/pull/692
*/
export { default as Fuse } from 'fuse.js';
1 change: 1 addition & 0 deletions packages/legend-shared/src/application/TestUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const unitTest = (testName: string): string => `[UNIT] ${testName}`;
* Currently, `jest-extended` augments the matchers from @types/jest instead of expect (or @jest/expect)
* so we're stubbing this type for now.
* See https://github.com/facebook/jest/issues/12424
* See https://github.com/DefinitelyTyped/DefinitelyTyped/pull/62037
*/
export type TEMPORARY__JestMatcher = any; // eslint-disable-line @typescript-eslint/no-explicit-any

Expand Down

0 comments on commit fae9ac4

Please sign in to comment.