Ver Fonte

chore: fix catalogue test

alvarosabu há 2 anos atrás
pai
commit
210c07360b
1 ficheiros alterados com 0 adições e 4 exclusões
  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 { catalogue, extend } from './catalogue'
 import * as THREE from 'three'
 import * as THREE from 'three'
 
 
 describe('catalog', () => {
 describe('catalog', () => {
-  it('should return a autogenerated uuid', () => {
-    expect(catalogue.value.uuid).toBeDefined()
-  })
   it('should return a catalog of objects when extended', () => {
   it('should return a catalog of objects when extended', () => {
     extend(THREE)
     extend(THREE)