Commit 5e3ba0e 1 parent 40cd89d commit 5e3ba0e Copy full SHA for 5e3ba0e
File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 120
120
"rimraf" : " ^3.0.0" ,
121
121
"semantic-release" : " ^17.0.7" ,
122
122
"ts-node" : " ^9.0.0" ,
123
- "typescript" : " ^3.5.3 "
123
+ "typescript" : " ^4.0.0 "
124
124
},
125
125
"peerDependencies" : {
126
126
"eslint" : " >=5"
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ const isConcurrentExpression = (
30
30
31
31
const matchesTestFunction = ( object : TSESTree . LeftHandSideExpression ) =>
32
32
'name' in object &&
33
+ typeof object . name === 'string' &&
33
34
( object . name in TestCaseName || object . name in DescribeAlias ) ;
34
35
35
36
const isCallToFocusedTestFunction = ( object : TSESTree . Identifier ) =>
Original file line number Diff line number Diff line change @@ -8538,10 +8538,10 @@ typedarray@^0.0.6:
8538
8538
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
8539
8539
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
8540
8540
8541
- typescript@^3.5.3 :
8542
- version "3.9.7 "
8543
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7 .tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa "
8544
- integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw ==
8541
+ typescript@^4.0.0 :
8542
+ version "4.0.2 "
8543
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2 .tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2 "
8544
+ integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ ==
8545
8545
8546
8546
uglify-js@^3.1.4 :
8547
8547
version "3.10.3"
You can’t perform that action at this time.
0 commit comments