We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a402c commit 7c276c8Copy full SHA for 7c276c8
tests/e2e/test-data/formatters/JSON.ts
@@ -2,5 +2,5 @@ export const JSONFormatter = {
2
format: 'JSON',
3
fromText: '{ "field": "value" }',
4
fromTextEdit: '{ "field": "value123" }',
5
- fromBigInt: '{ "field": 248480010225057793 }'
+ fromBigInt: '{ "field": 5951.123145678120495423 }'
6
};
0 commit comments