File tree Expand file tree Collapse file tree 1 file changed +21
-9
lines changed Expand file tree Collapse file tree 1 file changed +21
-9
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,36 @@ import {
10
10
toMatchTaskWithPath ,
11
11
toMatchTaskWithStatus ,
12
12
} from './CustomMatchersForFilters' ;
13
+ expect . extend ( {
14
+ toBeValid,
15
+ toHaveExplanation,
16
+ toMatchTask,
17
+ toMatchTaskFromLine,
18
+ toMatchTaskWithHeading,
19
+ toMatchTaskWithPath,
20
+ toMatchTaskWithStatus,
21
+ } ) ;
13
22
23
+ // ---------------------------------------------------------------------
24
+ // CustomMatchersForGrouping
25
+ // ---------------------------------------------------------------------
14
26
import { toSupportGroupingWithProperty } from './CustomMatchersForGrouping' ;
27
+ expect . extend ( {
28
+ toSupportGroupingWithProperty,
29
+ } ) ;
15
30
31
+ // ---------------------------------------------------------------------
32
+ // CustomMatchersForTaskBuilder
33
+ // ---------------------------------------------------------------------
16
34
import { toBeIdenticalTo } from './CustomMatchersForTaskBuilder' ;
17
35
expect . extend ( {
18
36
toBeIdenticalTo,
19
37
} ) ;
20
38
39
+ // ---------------------------------------------------------------------
40
+ // CustomMatchersForTaskBuilder
41
+ // ---------------------------------------------------------------------
21
42
import { toMatchTaskDetails } from './CustomMatchersForTaskSerializer' ;
22
-
23
43
expect . extend ( {
24
- toBeValid,
25
- toHaveExplanation,
26
- toMatchTask,
27
- toMatchTaskFromLine,
28
- toMatchTaskWithHeading,
29
- toMatchTaskWithPath,
30
- toMatchTaskWithStatus,
31
44
toMatchTaskDetails,
32
- toSupportGroupingWithProperty,
33
45
} ) ;
You can’t perform that action at this time.
0 commit comments