File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 28
28
"@babel/preset-env" : " ^7.0.0" ,
29
29
"@babel/preset-react" : " ^7.0.0" ,
30
30
"@testing-library/react" : " ^8.0.1" ,
31
+ "@types/pretty-format" : " ^20.0.1" ,
31
32
"babel-core" : " ^7.0.0-bridge.0" ,
32
33
"babel-eslint" : " ^10.0.1" ,
33
34
"babel-jest" : " ^24.8.0" ,
Original file line number Diff line number Diff line change
1
+ import { Plugin , NewPlugin } from 'pretty-format'
2
+
1
3
declare namespace jest {
2
4
interface AsymmetricMatcher {
3
5
$$typeof : Symbol ;
@@ -16,3 +18,5 @@ declare namespace jest {
16
18
toHaveStyleRule ( property : string , value ?: Value , options ?: Options ) : R ;
17
19
}
18
20
}
21
+
22
+ export declare const styleSheetSerializer : Exclude < Plugin , NewPlugin > ;
Original file line number Diff line number Diff line change 1133
1133
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
1134
1134
integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
1135
1135
1136
+ " @types/pretty-format@^20.0.1 " :
1137
+ version "20.0.1"
1138
+ resolved "https://registry.yarnpkg.com/@types/pretty-format/-/pretty-format-20.0.1.tgz#7ce03b403887b087701a2b4534464f48ce7b2f48"
1139
+ integrity sha512-Oh7wnvVUCtVIWnCHQWe9qDZKn0fGyk5AMq99jXml0x39K59P+z9qe31CNRtop9TceCpS7NmoK+J9eGeCnyFgnw==
1140
+
1136
1141
" @types/stack-utils@^1.0.1 " :
1137
1142
version "1.0.1"
1138
1143
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
You can’t perform that action at this time.
0 commit comments