Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Casheeew committed Dec 29, 2023
1 parent 4a7e9b4 commit 8dc39bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cache-map.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function testConstructor() {
[true, () => new CacheMap(-1)],
[true, () => new CacheMap(1.5)],
[true, () => new CacheMap(Number.NaN)],
[true, () => new CacheMap(Number.POSITIVE_INFINITY)],
[true, () => new CacheMap(Number.POSITIVE_INFINITY)]
];

for (const [throws, create] of data) {
Expand Down

0 comments on commit 8dc39bf

Please sign in to comment.