Skip to content

Commit a91b698

Browse files
authored
chore: refresh lockfile (#731)
1 parent 72069ed commit a91b698

File tree

6 files changed

+655
-628
lines changed

6 files changed

+655
-628
lines changed

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 46 additions & 7 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-2.4.0.cjs

Lines changed: 55 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-sources.cjs

Lines changed: 0 additions & 55 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ plugins:
66
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
77
spec: '@yarnpkg/plugin-interactive-tools'
88

9-
yarnPath: .yarn/releases/yarn-sources.cjs
9+
yarnPath: .yarn/releases/yarn-2.4.0.cjs

src/rules/lowercase-name.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ type IgnorableFunctionExpressions =
2121
| TestCaseName.test
2222
| DescribeAlias.describe;
2323

24-
type CallExpressionWithCorrectCalleeAndArguments = JestFunctionCallExpressionWithIdentifierCallee<
25-
IgnorableFunctionExpressions
26-
> &
24+
type CallExpressionWithCorrectCalleeAndArguments = JestFunctionCallExpressionWithIdentifierCallee<IgnorableFunctionExpressions> &
2725
CallExpressionWithSingleArgument<StringNode>;
2826

2927
const hasStringAsFirstArgument = (

0 commit comments

Comments
 (0)