it('preload.update() is boolean', () => {
        const preload = new Preload();
        expect(typeof preload.update()).toBe('boolean');
    });