UNPKG

@pnext/three-loader

Version:

Potree loader for ThreeJS, converted and adapted to Typescript.

8 lines (6 loc) 214 B
import { describe, expect, test } from '@jest/globals'; describe('smoke test for a testing environment', () => { test('jest is configured and runs without errors', () => { expect(true).toBe(true); }); });