Skip to content

Commit

Permalink
refactor(expect-expect): remove unneeded array (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Apr 27, 2024
1 parent fe09d8a commit 2f21f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/expect-expect.ts
Expand Up @@ -65,7 +65,7 @@ export default createRule<
properties: {
assertFunctionNames: {
type: 'array',
items: [{ type: 'string' }],
items: { type: 'string' },
},
additionalTestBlockFunctions: {
type: 'array',
Expand Down

0 comments on commit 2f21f33

Please sign in to comment.