alvarosabu 2 лет назад
Родитель
Сommit
210c07360b
1 измененных файлов с 0 добавлено и 4 удалено
  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)