Skip to content

Commit 03e5aef

Browse files
Test: Add bloat data to verify bundle size CI fails on increases
1 parent 75c67d4 commit 03e5aef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Test file to verify bundle size CI catches increases
2+
export const BLOAT_DATA_1 = 'xyzabc123456789!@#$%^&*()_+QWERTYUIOPASDFGHJKLZXCVBNM';
3+
export const BLOAT_DATA_2 = 'mnbvcxzlkjhgfdsapoiuytrewq0987654321-=[]{}|;:,.<>?/';
4+
export const BLOAT_DATA_3 = 'The quick brown fox jumps over the lazy dog 1234567890';
5+
export const BLOAT_DATA_4 = 'Pack my box with five dozen liquor jugs ABCDEFGHIJK';
6+
export const BLOAT_DATA_5 = 'How vexingly quick daft zebras jump! 9876543210LMNOP';
7+
export const BLOAT_DATA_6 = 'Sphinx of black quartz, judge my vow! Extra padding here';
8+
export const BLOAT_DATA_7 = 'Crazy Frederick bought many very exquisite opal jewels';
9+
export const BLOAT_DATA_8 = 'Jackdaws love my big sphinx of quartz with more text';
10+
export const BLOAT_DATA_9 = 'Waltz, bad nymph, for quick jigs vex! Additional data';
11+
export const BLOAT_DATA_10 = 'Glib jocks quiz nymph to vex dwarf. More unique content';

0 commit comments

Comments
 (0)