|
@@ -1,11 +1,7 @@
|
|
|
-import { useTres } from '.'
|
|
|
import { catalogue, extend } from './catalogue'
|
|
|
import * as THREE from 'three'
|
|
|
|
|
|
describe('catalog', () => {
|
|
|
- it('should return a autogenerated uuid', () => {
|
|
|
- expect(catalogue.value.uuid).toBeDefined()
|
|
|
- })
|
|
|
it('should return a catalog of objects when extended', () => {
|
|
|
extend(THREE)
|
|
|
|