Răsfoiți Sursa

chore: fix catalogue test

alvarosabu 2 ani în urmă
părinte
comite
210c07360b
1 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  1. 0 4
      src/core/catalogue.test.ts

+ 0 - 4
src/core/catalogue.test.ts

@@ -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)