File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
*/
8
8
9
- import { getType } from '@jest/get-type' ;
10
9
import type { Tester } from '@jest/expect-utils' ;
10
+ import { getType } from '@jest/get-type' ;
11
11
import { AsymmetricMatcher } from './asymmetricMatchers' ;
12
12
import type {
13
13
Expect ,
Original file line number Diff line number Diff line change 6
6
*
7
7
*/
8
8
9
- import { getType , isPrimitive } from '@jest/get-type' ;
10
9
import {
11
10
arrayBufferEquality ,
12
11
equals ,
@@ -18,6 +17,7 @@ import {
18
17
subsetEquality ,
19
18
typeEquality ,
20
19
} from '@jest/expect-utils' ;
20
+ import { getType , isPrimitive } from '@jest/get-type' ;
21
21
import {
22
22
DIM_COLOR ,
23
23
EXPECTED_COLOR ,
Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
import chalk = require( 'chalk' ) ;
9
- import type { Config } from '@jest/types' ;
10
9
import { getType } from '@jest/get-type' ;
10
+ import type { Config } from '@jest/types' ;
11
11
import { ValidationError } from 'jest-validate' ;
12
12
import { BULLET , DOCUMENTATION_NOTE } from './utils' ;
13
13
Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
import chalk = require( 'chalk' ) ;
9
+ import { getType , isPrimitive } from '@jest/get-type' ;
9
10
import {
10
11
DIFF_DELETE ,
11
12
DIFF_EQUAL ,
@@ -16,7 +17,6 @@ import {
16
17
diffStringsRaw ,
17
18
diffStringsUnified ,
18
19
} from 'jest-diff' ;
19
- import { getType , isPrimitive } from '@jest/get-type' ;
20
20
import {
21
21
format as prettyFormat ,
22
22
plugins as prettyFormatPlugins ,
Original file line number Diff line number Diff line change 7
7
8
8
import chalk = require( 'chalk' ) ;
9
9
import { getObjectSubset } from '@jest/expect-utils' ;
10
+ import { getType , isPrimitive } from '@jest/get-type' ;
10
11
import {
11
12
DIFF_DELETE ,
12
13
DIFF_EQUAL ,
@@ -18,7 +19,6 @@ import {
18
19
diffStringsRaw ,
19
20
diffStringsUnified ,
20
21
} from 'jest-diff' ;
21
- import { getType , isPrimitive } from '@jest/get-type' ;
22
22
import {
23
23
BOLD_WEIGHT ,
24
24
EXPECTED_COLOR ,
You can’t perform that action at this time.
0 commit comments