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 8b059e3 commit 5d85ccaCopy full SHA for 5d85cca
src/ion/__tests__/fuzzing.spec.ts
@@ -6,7 +6,7 @@ const encoder = new IonEncoderFast();
6
const decoder = new IonDecoder();
7
8
describe('fuzzing', () => {
9
- test('CborEncoderFast', () => {
+ test('Amazon Ion codec', () => {
10
for (let i = 0; i < 2000; i++) {
11
const value = JSON.parse(JSON.stringify(RandomJson.generate()));
12
const encoded = encoder.encode(value);
0 commit comments