File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- import type {
2
- GetErrorFunction ,
3
- Matcher ,
4
- MatcherOptions ,
5
- QueryMethod ,
6
- Variant ,
7
- waitForOptions as WaitForOptions ,
8
- WithSuggest ,
1
+ import {
2
+ type GetErrorFunction ,
3
+ type Matcher ,
4
+ type MatcherOptions ,
5
+ type QueryMethod ,
6
+ type Variant ,
7
+ type waitForOptions as WaitForOptions ,
8
+ type WithSuggest ,
9
9
} from '../types'
10
10
import { getSuggestedQuery } from './suggestions'
11
11
import { fuzzyMatches , matches , makeNormalizer } from './matches'
Original file line number Diff line number Diff line change 1
1
// WARNING: `lz-string` only has a default export but statically we assume named exports are allowd
2
2
// TODO: Statically verify we don't rely on NodeJS implicit named imports.
3
3
import lzString from 'lz-string'
4
- import type { OptionsReceived } from 'pretty-format'
4
+ import { type OptionsReceived } from 'pretty-format'
5
5
import { getQueriesForElement } from './get-queries-for-element'
6
6
import { getDocument } from './helpers'
7
7
import { logDOM } from './pretty-dom'
You can’t perform that action at this time.
0 commit comments