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 d2b31c7 commit 8266847Copy full SHA for 8266847
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([1875, 5567]);
+ expect([compressed.length, preLoader.length]).toEqual([1872, 5549]);
25
});
0 commit comments