We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c507089 commit 9749f68Copy full SHA for 9749f68
test/fixtures/index.js
@@ -30,4 +30,4 @@ export const longString = `${fixtureString}..`;
30
export const fixtureMultibyteString = '\u1000';
31
export const longMultibyteString = `${fixtureMultibyteString}\u1000`;
32
33
-export const bigArray = Array.from({length: 1e6}, () => Math.floor(Math.random() * (2 ** 8)));
+export const bigArray = Array.from({length: 1e5}, () => Math.floor(Math.random() * (2 ** 8)));
0 commit comments