We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853d998 commit a051013Copy full SHA for a051013
types/index.d.ts
@@ -5,8 +5,12 @@ import {ThisTypedMountOptions, VueClass} from '@vue/test-utils'
5
import {Store, StoreOptions} from 'vuex'
6
import Router, {RouteConfig} from 'vue-router'
7
// eslint-disable-next-line import/no-extraneous-dependencies
8
-import {OptionsReceived as PrettyFormatOptions} from 'pretty-format'
9
-import {queries, EventType, BoundFunctions} from '@testing-library/dom'
+import {
+ queries,
10
+ EventType,
11
+ BoundFunctions,
12
+ prettyFormat,
13
+} from '@testing-library/dom'
14
15
// NOTE: fireEvent is overridden below
16
export * from '@testing-library/dom'
@@ -20,7 +24,7 @@ export interface RenderResult extends BoundFunctions<typeof queries> {
20
24
| DocumentFragment
21
25
| Array<Element | DocumentFragment>,
22
26
maxLength?: number,
23
- options?: PrettyFormatOptions,
27
+ options?: prettyFormat.OptionsReceived,
28
) => void
29
unmount(): void
30
isUnmounted(): boolean
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments