File tree 3 files changed +6
-12
lines changed
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'
2
2
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'
2
2
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'
2
2
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