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 b70f6b1 commit 4e897f1Copy full SHA for 4e897f1
packages/qwik/src/core/preloader/preloader.unit.ts
@@ -21,5 +21,5 @@ test('preloader script', () => {
21
* dereference objects etc, but that actually results in worse compression
22
*/
23
const compressed = compress(Buffer.from(preLoader), { mode: 1, quality: 11 });
24
- expect([compressed.length, preLoader.length]).toEqual([1818, 5417]);
+ expect([compressed.length, preLoader.length]).toEqual([2031, 6129]);
25
});
0 commit comments