diff --git a/js-api-spec/setup.ts b/js-api-spec/setup.ts index 7eee2fc06..38e722e55 100644 --- a/js-api-spec/setup.ts +++ b/js-api-spec/setup.ts @@ -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) => {