Skip to content

Commit

Permalink
Update packages/type-utils/tests/TypeOrValueSpecifier.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jun 17, 2023
1 parent cae8223 commit 0990cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/type-utils/tests/TypeOrValueSpecifier.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,6 @@ describe('TypeOrValueSpecifier', () => {
it.each<[string, TypeOrValueSpecifier]>([
['type Test = Foo;', { from: 'lib', name: 'Foo' }],
['type Test = Foo;', { from: 'lib', name: ['Foo', 'number'] }],
])("doesn't match a error types: %s", runTestNegative);
])("doesn't match an error type: %s", runTestNegative);
});
});

0 comments on commit 0990cf6

Please sign in to comment.