i5-tk-webxr
Version:
The i5 Toolkit for WebXR is a collection of utilities that help to develop WebXR applications that are build with three.js.
11 lines (10 loc) • 328 B
JavaScript
;
// import * as THREE from 'three';
// import { LoadingIndicator } from '../index';
// test('Loading Indicator', () => {
// var myLoader:LoadingIndicator = new LoadingIndicator(1,1,1,1);
// expect(myLoader.cube).toBeInstanceOf(THREE.Mesh);
// });
test('Loadingindicator', () => {
expect(1).toBe(1);
});