Procházet zdrojové kódy

chore: fix catalogue test

alvarosabu před 2 roky
rodič
revize
210c07360b
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  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)