浏览代码

chore: fix catalogue test

alvarosabu 2 年之前
父节点
当前提交
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)