Skip to content

Commit 7c276c8

Browse files
committed
update bigint testdata for e2e
1 parent e5a402c commit 7c276c8

File tree

1 file changed

+1
-1
lines changed
  • tests/e2e/test-data/formatters

1 file changed

+1
-1
lines changed

tests/e2e/test-data/formatters/JSON.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ export const JSONFormatter = {
22
format: 'JSON',
33
fromText: '{ "field": "value" }',
44
fromTextEdit: '{ "field": "value123" }',
5-
fromBigInt: '{ "field": 248480010225057793 }'
5+
fromBigInt: '{ "field": 5951.123145678120495423 }'
66
};

0 commit comments

Comments
 (0)