Skip to content

Commit

Permalink
Update dtl.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjtc authored Sep 15, 2023
1 parent 4be87b3 commit b58d409
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/_interop/dtl.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable @typescript-eslint/no-unnecessary-condition */
import * as named from '@testing-library/dom'

import def, * as named from '@testing-library/dom'

export default def ?? named
export default named

0 comments on commit b58d409

Please sign in to comment.