From d598cd19505feed980f073318911bca75ce0d84a Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 27 Dec 2023 21:20:20 +0100 Subject: [PATCH] Avoid using number literal that will lose precision at runtime --- test/_fixtures.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/_fixtures.ts b/test/_fixtures.ts index 33ed8f71..0a485ebe 100644 --- a/test/_fixtures.ts +++ b/test/_fixtures.ts @@ -11,7 +11,7 @@ export const STRINGS: string[] = [ // prettier-ignore export const NUMBERS: number[] = [ - -317.827682288236872383242082309328432093279, + -317.827682288236872, -1, -0, 0,