Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Oct 15, 2024
1 parent 9fa262a commit 72c1246
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js-api-spec/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ const toLooselyEqual = (received: unknown, actual: number) => {
// considered different (11 decimals).
//
// Uses ** instead of Math.pow() for constant folding.
// TODO: Ideally this should be more precise, but ColorJS does not always match.
const epsilon = 10 ** -11;

const toLooselyEqualColor = (received: unknown, actual: sass.SassColor) => {
Expand Down

0 comments on commit 72c1246

Please sign in to comment.