Fix yarn test
: canvas mock (#503)
* Fix `yarn test`: Move canvas to deps so it gets installed on CI * Try again * Back to dev * Test node 20 * Remove canvas, add jest-canvas-mock * Back to node v18
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
import 'jest-canvas-mock'
|
||||
import { BoxGeometry } from 'three'
|
||||
import { getCommonSphere, loadGeometry } from './three'
|
||||
|
||||
|
Reference in New Issue
Block a user