Skip to content

Commit

Permalink
[Tests] add extra coverage from tc39/test262#4017
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 27, 2024
1 parent da1e238 commit 5934c2e
Show file tree
Hide file tree
Showing 3 changed files with 669 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@
"max-lines-per-function": "off",
},
},
{
"files": "test/byteConversionValues.js",
"rules": {
"no-loss-of-precision": "warn",
},
},
],
}
Loading

0 comments on commit 5934c2e

Please sign in to comment.