We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad8b50 commit 1bc719fCopy full SHA for 1bc719f
test/diagnose.test.js
@@ -1,3 +1,7 @@
1
+/**
2
+ * @jest-environment jsdom
3
+ */
4
+
5
import { Shape, Mesh } from 'three';
6
import { TextEncoder } from 'node:util';
7
import {expect, test, beforeEach, describe} from '@jest/globals';
0 commit comments