Skip to content

Commit bd4082b

Browse files
fix(constants): remove bigint
1 parent 8194e20 commit bd4082b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/constants/array.const.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ import { TESTING_SYMBOL_NUMBER, TESTING_SYMBOL_STRING } from './symbol.const';
3838
export const TESTING_ARRAY_BIGINT = [
3939
TESTING_BIGINT,
4040
TESTING_BIGINT,
41-
9007199254740991n,
4241
];
4342

4443
/**

0 commit comments

Comments
 (0)