Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 20, 2022
1 parent 1b333f4 commit faaf006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion is-infinite/test/test.object.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ tape( 'the function returns `false` if not provided an infinite number', functio
{},
new Date(),
/./,
new RegExp( '.' ),
new RegExp( '.' ), // eslint-disable-line prefer-regex-literals
function noop() {}
];

Expand Down

0 comments on commit faaf006

Please sign in to comment.