We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe09d8a commit 2f21f33Copy full SHA for 2f21f33
src/rules/expect-expect.ts
@@ -65,7 +65,7 @@ export default createRule<
65
properties: {
66
assertFunctionNames: {
67
type: 'array',
68
- items: [{ type: 'string' }],
+ items: { type: 'string' },
69
},
70
additionalTestBlockFunctions: {
71
0 commit comments