File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1- /* eslint-disable @typescript-eslint/no-unnecessary-condition */
1+ import * as named from '@testing-library/dom'
22
3- import def , * as named from '@testing-library/dom'
4-
5- export default def ?? named
3+ export default named
Original file line number Diff line number Diff line change 1- /* eslint-disable @typescript-eslint/no-unnecessary-condition */
1+ import * as named from '@testing-library/dom/dist/event-map.js'
22
3- import def , * as named from '@testing-library/dom/dist/event-map.js'
4-
5- export default def ?? named
3+ export default named
Original file line number Diff line number Diff line change 1- /* eslint-disable @typescript-eslint/no-unnecessary-condition */
1+ import * as named from '@testing-library/dom/dist/helpers.js'
22
3- import def , * as named from '@testing-library/dom/dist/helpers.js'
4-
5- export default def ?? named
3+ export default named
You can’t perform that action at this time.
0 commit comments