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