瀏覽代碼

Fixed some LGTM errors. (#23343)

mrdoob 3 年之前
父節點
當前提交
a0ca79c7c6
共有 100 個文件被更改,包括 107 次插入131 次删除
  1. 0 1
      examples/jsm/renderers/nodes/inputs/TextureNode.js
  2. 1 1
      examples/jsm/renderers/webgpu/nodes/WebGPUNodeBuilder.js
  3. 6 7
      examples/webgpu_nodes_playground.html
  4. 1 1
      test/unit/example/objects/Lensflare.tests.js
  5. 2 2
      test/unit/src/animation/AnimationAction.tests.js
  6. 1 1
      test/unit/src/animation/AnimationClip.tests.js
  7. 1 1
      test/unit/src/animation/AnimationUtils.tests.js
  8. 1 1
      test/unit/src/animation/PropertyMixer.tests.js
  9. 1 1
      test/unit/src/animation/tracks/BooleanKeyframeTrack.tests.js
  10. 1 1
      test/unit/src/animation/tracks/ColorKeyframeTrack.tests.js
  11. 1 1
      test/unit/src/animation/tracks/NumberKeyframeTrack.tests.js
  12. 1 1
      test/unit/src/animation/tracks/QuaternionKeyframeTrack.tests.js
  13. 1 1
      test/unit/src/animation/tracks/StringKeyframeTrack.tests.js
  14. 1 1
      test/unit/src/animation/tracks/VectorKeyframeTrack.tests.js
  15. 1 1
      test/unit/src/audio/Audio.tests.js
  16. 1 1
      test/unit/src/audio/AudioAnalyser.tests.js
  17. 1 1
      test/unit/src/audio/AudioContext.tests.js
  18. 1 1
      test/unit/src/audio/AudioListener.tests.js
  19. 1 1
      test/unit/src/audio/PositionalAudio.tests.js
  20. 1 1
      test/unit/src/cameras/ArrayCamera.tests.js
  21. 1 1
      test/unit/src/cameras/CubeCamera.tests.js
  22. 1 1
      test/unit/src/cameras/StereoCamera.tests.js
  23. 1 1
      test/unit/src/core/BufferAttribute.tests.js
  24. 1 1
      test/unit/src/extras/ShapeUtils.tests.js
  25. 1 1
      test/unit/src/extras/core/Curve.tests.js
  26. 1 1
      test/unit/src/extras/core/CurvePath.tests.js
  27. 1 1
      test/unit/src/extras/core/Interpolations.tests.js
  28. 1 1
      test/unit/src/extras/core/Path.tests.js
  29. 1 1
      test/unit/src/extras/core/Shape.tests.js
  30. 1 1
      test/unit/src/extras/core/ShapePath.tests.js
  31. 1 1
      test/unit/src/extras/curves/ArcCurve.tests.js
  32. 1 1
      test/unit/src/geometries/ExtrudeGeometry.tests.js
  33. 1 1
      test/unit/src/helpers/ArrowHelper.tests.js
  34. 1 1
      test/unit/src/helpers/AxesHelper.tests.js
  35. 1 1
      test/unit/src/helpers/Box3Helper.tests.js
  36. 1 1
      test/unit/src/helpers/CameraHelper.tests.js
  37. 1 1
      test/unit/src/helpers/DirectionalLightHelper.tests.js
  38. 1 1
      test/unit/src/helpers/GridHelper.tests.js
  39. 1 1
      test/unit/src/helpers/HemisphereLightHelper.tests.js
  40. 1 1
      test/unit/src/helpers/PlaneHelper.tests.js
  41. 1 1
      test/unit/src/helpers/PointLightHelper.tests.js
  42. 1 1
      test/unit/src/helpers/PolarGridHelper.tests.js
  43. 1 1
      test/unit/src/helpers/SkeletonHelper.tests.js
  44. 1 1
      test/unit/src/helpers/SpotLightHelper.tests.js
  45. 1 1
      test/unit/src/loaders/AnimationLoader.tests.js
  46. 1 1
      test/unit/src/loaders/AudioLoader.tests.js
  47. 1 1
      test/unit/src/loaders/Cache.tests.js
  48. 1 1
      test/unit/src/loaders/CompressedTextureLoader.tests.js
  49. 1 1
      test/unit/src/loaders/CubeTextureLoader.tests.js
  50. 1 1
      test/unit/src/loaders/DataTextureLoader.tests.js
  51. 1 1
      test/unit/src/loaders/FileLoader.tests.js
  52. 1 1
      test/unit/src/loaders/ImageLoader.tests.js
  53. 1 1
      test/unit/src/loaders/MaterialLoader.tests.js
  54. 1 1
      test/unit/src/loaders/ObjectLoader.tests.js
  55. 1 1
      test/unit/src/loaders/TextureLoader.tests.js
  56. 1 1
      test/unit/src/materials/LineBasicMaterial.tests.js
  57. 1 1
      test/unit/src/materials/LineDashedMaterial.tests.js
  58. 1 1
      test/unit/src/materials/Material.tests.js
  59. 1 1
      test/unit/src/materials/MeshBasicMaterial.tests.js
  60. 1 1
      test/unit/src/materials/MeshDepthMaterial.tests.js
  61. 1 1
      test/unit/src/materials/MeshDistanceMaterial.tests.js
  62. 1 1
      test/unit/src/materials/MeshLambertMaterial.tests.js
  63. 1 1
      test/unit/src/materials/MeshNormalMaterial.tests.js
  64. 1 1
      test/unit/src/materials/MeshPhongMaterial.tests.js
  65. 1 1
      test/unit/src/materials/MeshPhysicalMaterial.tests.js
  66. 1 1
      test/unit/src/materials/MeshStandardMaterial.tests.js
  67. 1 1
      test/unit/src/materials/MeshToonMaterial.tests.js
  68. 1 1
      test/unit/src/materials/PointsMaterial.tests.js
  69. 1 1
      test/unit/src/materials/RawShaderMaterial.tests.js
  70. 1 1
      test/unit/src/materials/ShaderMaterial.tests.js
  71. 1 1
      test/unit/src/materials/ShadowMaterial.tests.js
  72. 1 1
      test/unit/src/materials/SpriteMaterial.tests.js
  73. 3 4
      test/unit/src/math/Box2.tests.js
  74. 3 4
      test/unit/src/math/Box3.tests.js
  75. 0 9
      test/unit/src/math/Euler.tests.js
  76. 0 11
      test/unit/src/math/Frustum.tests.js
  77. 1 1
      test/unit/src/math/interpolants/CubicInterpolant.tests.js
  78. 1 1
      test/unit/src/math/interpolants/DiscreteInterpolant.tests.js
  79. 1 1
      test/unit/src/math/interpolants/LinearInterpolant.tests.js
  80. 1 1
      test/unit/src/math/interpolants/QuaternionLinearInterpolant.tests.js
  81. 1 1
      test/unit/src/objects/Bone.tests.js
  82. 1 1
      test/unit/src/objects/Group.tests.js
  83. 1 1
      test/unit/src/objects/Line.tests.js
  84. 1 1
      test/unit/src/objects/LineLoop.tests.js
  85. 1 1
      test/unit/src/objects/LineSegments.tests.js
  86. 1 1
      test/unit/src/objects/Points.tests.js
  87. 1 1
      test/unit/src/objects/Skeleton.tests.js
  88. 1 1
      test/unit/src/objects/SkinnedMesh.tests.js
  89. 1 1
      test/unit/src/objects/Sprite.tests.js
  90. 1 1
      test/unit/src/renderers/WebGLCubeRenderTarget.tests.js
  91. 1 1
      test/unit/src/renderers/WebGLRenderTarget.tests.js
  92. 1 1
      test/unit/src/renderers/shaders/ShaderChunk.tests.js
  93. 1 1
      test/unit/src/renderers/shaders/ShaderLib.tests.js
  94. 1 1
      test/unit/src/renderers/shaders/UniformsLib.tests.js
  95. 1 1
      test/unit/src/renderers/shaders/UniformsUtils.tests.js
  96. 1 1
      test/unit/src/renderers/webgl/WebGLAttributes.tests.js
  97. 1 1
      test/unit/src/renderers/webgl/WebGLBackground.tests.js
  98. 1 1
      test/unit/src/renderers/webgl/WebGLBufferRenderer.tests.js
  99. 1 1
      test/unit/src/renderers/webgl/WebGLCapabilities.tests.js
  100. 1 1
      test/unit/src/renderers/webgl/WebGLClipping.tests.js

+ 0 - 1
examples/jsm/renderers/nodes/inputs/TextureNode.js

@@ -1,5 +1,4 @@
 import InputNode from '../core/InputNode.js';
-import ExpressionNode from '../core/ExpressionNode.js';
 import UVNode from '../accessors/UVNode.js';
 
 class TextureNode extends InputNode {

+ 1 - 1
examples/jsm/renderers/webgpu/nodes/WebGPUNodeBuilder.js

@@ -25,7 +25,7 @@ import ColorSpaceNode from '../../nodes/display/ColorSpaceNode.js';
 import LightContextNode from '../../nodes/lights/LightContextNode.js';
 import OperatorNode from '../../nodes/math/OperatorNode.js';
 import WGSLNodeParser from '../../nodes/parsers/WGSLNodeParser.js';
-import { vec4, join, nodeObject } from '../../nodes/ShaderNode.js';
+import { join, nodeObject } from '../../nodes/ShaderNode.js';
 import { getRoughness } from '../../nodes/functions/PhysicalMaterialFunctions.js';
 
 const wgslTypeLib = {

+ 6 - 7
examples/webgpu_nodes_playground.html

@@ -57,7 +57,6 @@
 			import WebGPURenderer from './jsm/renderers/webgpu/WebGPURenderer.js';
 
 			import { NodeEditor } from './jsm/node-editor/NodeEditor.js';
-			import { StandardMaterialEditor } from './jsm/node-editor/materials/StandardMaterialEditor.js';
 			import { MeshEditor } from './jsm/node-editor/scene/MeshEditor.js';
 
 			import * as Nodes from './jsm/renderers/nodes/Nodes.js';
@@ -164,22 +163,22 @@
 					const defaultMaterial = new Nodes.MeshBasicNodeMaterial();
 					defaultMaterial.colorNode = new Nodes.FloatNode( 0 );
 
-					const sphere = new THREE.Mesh( new THREE.SphereGeometry( 200, 32, 16 ), defaultMaterial  ) ;
+					const sphere = new THREE.Mesh( new THREE.SphereGeometry( 200, 32, 16 ), defaultMaterial );
 					sphere.name = 'Sphere';
-					sphere.position.set( 500, 0, -500 );
+					sphere.position.set( 500, 0, - 500 );
 					scene.add( sphere );
 
-					const box = new THREE.Mesh( new THREE.BoxGeometry( 200, 200, 200 ), defaultMaterial  ) ;
+					const box = new THREE.Mesh( new THREE.BoxGeometry( 200, 200, 200 ), defaultMaterial );
 					box.name = 'Box';
-					box.position.set( -500, 0, -500 );
+					box.position.set( - 500, 0, - 500 );
 					scene.add( box );
 
 					const defaultPointsMaterial = new Nodes.PointsNodeMaterial();
 					defaultPointsMaterial.colorNode = new Nodes.FloatNode( 0 );
 
-					const torusKnot = new THREE.Points( new THREE.TorusKnotGeometry( 100, 30, 100, 16 ), defaultPointsMaterial ) ;
+					const torusKnot = new THREE.Points( new THREE.TorusKnotGeometry( 100, 30, 100, 16 ), defaultPointsMaterial );
 					torusKnot.name = 'Torus Knot ( Points )';
-					torusKnot.position.set( 0, 0, -500 );
+					torusKnot.position.set( 0, 0, - 500 );
 					scene.add( torusKnot );
 
 					model = object.children[ 0 ];

+ 1 - 1
test/unit/example/objects/Lensflare.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { Lensflare } from '../../../../examples/jsm/objects/Lensflare.js';
+// import { Lensflare } from '../../../../examples/jsm/objects/Lensflare.js';
 
 export default QUnit.module( 'Objects', () => {
 

+ 2 - 2
test/unit/src/animation/AnimationAction.tests.js

@@ -130,7 +130,7 @@ export default QUnit.module( 'Animation', () => {
 
 		QUnit.test( 'reset', ( assert ) => {
 
-			var { mixer, animationAction } = createAnimation();
+			var { animationAction } = createAnimation();
 			var animationAction2 = animationAction.stop();
 			assert.equal( animationAction, animationAction2, 'AnimationAction.reset can be chained.' );
 			assert.equal( animationAction2.paused, false, 'AnimationAction.reset() sets paused false' );
@@ -143,7 +143,7 @@ export default QUnit.module( 'Animation', () => {
 
 		QUnit.test( 'isRunning', ( assert ) => {
 
-			var { mixer, animationAction } = createAnimation();
+			var { animationAction } = createAnimation();
 			assert.notOk( animationAction.isRunning(), 'When an animation is just made, it is not running.' );
 			animationAction.play();
 			assert.ok( animationAction.isRunning(), 'When an animation is started, it is running.' );

+ 1 - 1
test/unit/src/animation/AnimationClip.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { AnimationClip } from '../../../../src/animation/AnimationClip.js';
+// import { AnimationClip } from '../../../../src/animation/AnimationClip.js';
 
 export default QUnit.module( 'Animation', () => {
 

+ 1 - 1
test/unit/src/animation/AnimationUtils.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { AnimationUtils } from '../../../../src/animation/AnimationUtils.js';
+// import { AnimationUtils } from '../../../../src/animation/AnimationUtils.js';
 
 export default QUnit.module( 'Animation', () => {
 

+ 1 - 1
test/unit/src/animation/PropertyMixer.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { PropertyMixer } from '../../../../src/animation/PropertyMixer.js';
+// import { PropertyMixer } from '../../../../src/animation/PropertyMixer.js';
 
 export default QUnit.module( 'Animation', () => {
 

+ 1 - 1
test/unit/src/animation/tracks/BooleanKeyframeTrack.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { BooleanKeyframeTrack } from '../../../../../src/animation/tracks/BooleanKeyframeTrack.js';
+// import { BooleanKeyframeTrack } from '../../../../../src/animation/tracks/BooleanKeyframeTrack.js';
 
 export default QUnit.module( 'Animation', () => {
 

+ 1 - 1
test/unit/src/animation/tracks/ColorKeyframeTrack.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { ColorKeyframeTrack } from '../../../../../src/animation/tracks/ColorKeyframeTrack.js';
+// import { ColorKeyframeTrack } from '../../../../../src/animation/tracks/ColorKeyframeTrack.js';
 
 export default QUnit.module( 'Animation', () => {
 

+ 1 - 1
test/unit/src/animation/tracks/NumberKeyframeTrack.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { NumberKeyframeTrack } from '../../../../../src/animation/tracks/NumberKeyframeTrack.js';
+// import { NumberKeyframeTrack } from '../../../../../src/animation/tracks/NumberKeyframeTrack.js';
 
 export default QUnit.module( 'Animation', () => {
 

+ 1 - 1
test/unit/src/animation/tracks/QuaternionKeyframeTrack.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { QuaternionKeyframeTrack } from '../../../../../src/animation/tracks/QuaternionKeyframeTrack.js';
+// import { QuaternionKeyframeTrack } from '../../../../../src/animation/tracks/QuaternionKeyframeTrack.js';
 
 export default QUnit.module( 'Animation', () => {
 

+ 1 - 1
test/unit/src/animation/tracks/StringKeyframeTrack.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { StringKeyframeTrack } from '../../../../../src/animation/tracks/StringKeyframeTrack.js';
+// import { StringKeyframeTrack } from '../../../../../src/animation/tracks/StringKeyframeTrack.js';
 
 export default QUnit.module( 'Animation', () => {
 

+ 1 - 1
test/unit/src/animation/tracks/VectorKeyframeTrack.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { VectorKeyframeTrack } from '../../../../../src/animation/tracks/VectorKeyframeTrack.js';
+//import { VectorKeyframeTrack } from '../../../../../src/animation/tracks/VectorKeyframeTrack.js';
 
 export default QUnit.module( 'Animation', () => {
 

+ 1 - 1
test/unit/src/audio/Audio.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { Audio } from '../../../../src/audio/Audio.js';
+// import { Audio } from '../../../../src/audio/Audio.js';
 
 export default QUnit.module( 'Audios', () => {
 

+ 1 - 1
test/unit/src/audio/AudioAnalyser.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { AudioAnalyser } from '../../../../src/audio/AudioAnalyser.js';
+// import { AudioAnalyser } from '../../../../src/audio/AudioAnalyser.js';
 
 export default QUnit.module( 'Audios', () => {
 

+ 1 - 1
test/unit/src/audio/AudioContext.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { AudioContext } from '../../../../src/audio/AudioContext.js';
+// import { AudioContext } from '../../../../src/audio/AudioContext.js';
 
 export default QUnit.module( 'Audios', () => {
 

+ 1 - 1
test/unit/src/audio/AudioListener.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { AudioListener } from '../../../../src/audio/AudioListener.js';
+// import { AudioListener } from '../../../../src/audio/AudioListener.js';
 
 export default QUnit.module( 'Audios', () => {
 

+ 1 - 1
test/unit/src/audio/PositionalAudio.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { PositionalAudio } from '../../../../src/audio/PositionalAudio.js';
+// import { PositionalAudio } from '../../../../src/audio/PositionalAudio.js';
 
 export default QUnit.module( 'Audios', () => {
 

+ 1 - 1
test/unit/src/cameras/ArrayCamera.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { ArrayCamera } from '../../../../src/cameras/ArrayCamera.js';
+// import { ArrayCamera } from '../../../../src/cameras/ArrayCamera.js';
 
 export default QUnit.module( 'Cameras', () => {
 

+ 1 - 1
test/unit/src/cameras/CubeCamera.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { CubeCamera } from '../../../../src/cameras/CubeCamera.js';
+// import { CubeCamera } from '../../../../src/cameras/CubeCamera.js';
 
 export default QUnit.module( 'Cameras', () => {
 

+ 1 - 1
test/unit/src/cameras/StereoCamera.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { StereoCamera } from '../../../../src/cameras/StereoCamera.js';
+// import { StereoCamera } from '../../../../src/cameras/StereoCamera.js';
 
 export default QUnit.module( 'Cameras', () => {
 

+ 1 - 1
test/unit/src/core/BufferAttribute.tests.js

@@ -17,7 +17,7 @@ export default QUnit.module( 'Core', () => {
 			assert.throws(
 				function () {
 
-					var a = new BufferAttribute( [ 1, 2, 3, 4 ], 2, false );
+					new BufferAttribute( [ 1, 2, 3, 4 ], 2, false );
 
 				},
 				/array should be a Typed Array/,

+ 1 - 1
test/unit/src/extras/ShapeUtils.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { ShapeUtils } from '../../../../src/extras/ShapeUtils.js';
+// import { ShapeUtils } from '../../../../src/extras/ShapeUtils.js';
 
 export default QUnit.module( 'Extras', () => {
 

+ 1 - 1
test/unit/src/extras/core/Curve.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { Curve } from '../../../../../src/extras/core/Curve.js';
+// import { Curve } from '../../../../../src/extras/core/Curve.js';
 
 export default QUnit.module( 'Extras', () => {
 

+ 1 - 1
test/unit/src/extras/core/CurvePath.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { CurvePath } from '../../../../../src/extras/core/CurvePath.js';
+// import { CurvePath } from '../../../../../src/extras/core/CurvePath.js';
 
 export default QUnit.module( 'Extras', () => {
 

+ 1 - 1
test/unit/src/extras/core/Interpolations.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { CatmullRom, QuadraticBezier, CubicBezier } from '../../../../../src/extras/core/Interpolations.js';
+// import { CatmullRom, QuadraticBezier, CubicBezier } from '../../../../../src/extras/core/Interpolations.js';
 
 export default QUnit.module( 'Extras', () => {
 

+ 1 - 1
test/unit/src/extras/core/Path.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { Path } from '../../../../../src/extras/core/Path.js';
+// import { Path } from '../../../../../src/extras/core/Path.js';
 
 export default QUnit.module( 'Extras', () => {
 

+ 1 - 1
test/unit/src/extras/core/Shape.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { Shape } from '../../../../../src/extras/core/Shape.js';
+// import { Shape } from '../../../../../src/extras/core/Shape.js';
 
 export default QUnit.module( 'Extras', () => {
 

+ 1 - 1
test/unit/src/extras/core/ShapePath.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { ShapePath } from '../../../../../src/extras/core/ShapePath.js';
+// import { ShapePath } from '../../../../../src/extras/core/ShapePath.js';
 
 export default QUnit.module( 'Extras', () => {
 

+ 1 - 1
test/unit/src/extras/curves/ArcCurve.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { ArcCurve } from '../../../../../src/extras/curves/ArcCurve.js';
+// import { ArcCurve } from '../../../../../src/extras/curves/ArcCurve.js';
 
 export default QUnit.module( 'Extras', () => {
 

+ 1 - 1
test/unit/src/geometries/ExtrudeGeometry.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { ExtrudeGeometry, ExtrudeBufferGeometry } from '../../../../src/geometries/ExtrudeGeometry.js';
+// import { ExtrudeGeometry, ExtrudeBufferGeometry } from '../../../../src/geometries/ExtrudeGeometry.js';
 
 export default QUnit.module( 'Geometries', () => {
 

+ 1 - 1
test/unit/src/helpers/ArrowHelper.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { ArrowHelper } from '../../../../src/helpers/ArrowHelper.js';
+// import { ArrowHelper } from '../../../../src/helpers/ArrowHelper.js';
 
 export default QUnit.module( 'Helpers', () => {
 

+ 1 - 1
test/unit/src/helpers/AxesHelper.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { AxesHelper } from '../../../../src/helpers/AxesHelper.js';
+// import { AxesHelper } from '../../../../src/helpers/AxesHelper.js';
 
 export default QUnit.module( 'Helpers', () => {
 

+ 1 - 1
test/unit/src/helpers/Box3Helper.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { Box3Helper } from '../../../../src/helpers/Box3Helper.js';
+// import { Box3Helper } from '../../../../src/helpers/Box3Helper.js';
 
 export default QUnit.module( 'Helpers', () => {
 

+ 1 - 1
test/unit/src/helpers/CameraHelper.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { CameraHelper } from '../../../../src/helpers/CameraHelper.js';
+// import { CameraHelper } from '../../../../src/helpers/CameraHelper.js';
 
 export default QUnit.module( 'Helpers', () => {
 

+ 1 - 1
test/unit/src/helpers/DirectionalLightHelper.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { DirectionalLightHelper } from '../../../../src/helpers/DirectionalLightHelper.js';
+// import { DirectionalLightHelper } from '../../../../src/helpers/DirectionalLightHelper.js';
 
 export default QUnit.module( 'Helpers', () => {
 

+ 1 - 1
test/unit/src/helpers/GridHelper.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { GridHelper } from '../../../../src/helpers/GridHelper.js';
+// import { GridHelper } from '../../../../src/helpers/GridHelper.js';
 
 export default QUnit.module( 'Helpers', () => {
 

+ 1 - 1
test/unit/src/helpers/HemisphereLightHelper.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { HemisphereLightHelper } from '../../../../src/helpers/HemisphereLightHelper.js';
+// import { HemisphereLightHelper } from '../../../../src/helpers/HemisphereLightHelper.js';
 
 export default QUnit.module( 'Helpers', () => {
 

+ 1 - 1
test/unit/src/helpers/PlaneHelper.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { PlaneHelper } from '../../../../src/helpers/PlaneHelper.js';
+// import { PlaneHelper } from '../../../../src/helpers/PlaneHelper.js';
 
 export default QUnit.module( 'Helpers', () => {
 

+ 1 - 1
test/unit/src/helpers/PointLightHelper.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { PointLightHelper } from '../../../../src/helpers/PointLightHelper.js';
+// import { PointLightHelper } from '../../../../src/helpers/PointLightHelper.js';
 
 export default QUnit.module( 'Helpers', () => {
 

+ 1 - 1
test/unit/src/helpers/PolarGridHelper.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { PolarGridHelper } from '../../../../src/helpers/PolarGridHelper.js';
+// import { PolarGridHelper } from '../../../../src/helpers/PolarGridHelper.js';
 
 export default QUnit.module( 'Helpers', () => {
 

+ 1 - 1
test/unit/src/helpers/SkeletonHelper.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { SkeletonHelper } from '../../../../src/helpers/SkeletonHelper.js';
+// import { SkeletonHelper } from '../../../../src/helpers/SkeletonHelper.js';
 
 export default QUnit.module( 'Helpers', () => {
 

+ 1 - 1
test/unit/src/helpers/SpotLightHelper.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { SpotLightHelper } from '../../../../src/helpers/SpotLightHelper.js';
+// import { SpotLightHelper } from '../../../../src/helpers/SpotLightHelper.js';
 
 export default QUnit.module( 'Helpers', () => {
 

+ 1 - 1
test/unit/src/loaders/AnimationLoader.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { AnimationLoader } from '../../../../src/loaders/AnimationLoader.js';
+// import { AnimationLoader } from '../../../../src/loaders/AnimationLoader.js';
 
 export default QUnit.module( 'Loaders', () => {
 

+ 1 - 1
test/unit/src/loaders/AudioLoader.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { AudioLoader } from '../../../../src/loaders/AudioLoader.js';
+// import { AudioLoader } from '../../../../src/loaders/AudioLoader.js';
 
 export default QUnit.module( 'Loaders', () => {
 

+ 1 - 1
test/unit/src/loaders/Cache.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { Cache } from '../../../../src/loaders/Cache.js';
+// import { Cache } from '../../../../src/loaders/Cache.js';
 
 export default QUnit.module( 'Loaders', () => {
 

+ 1 - 1
test/unit/src/loaders/CompressedTextureLoader.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { CompressedTextureLoader } from '../../../../src/loaders/CompressedTextureLoader.js';
+// import { CompressedTextureLoader } from '../../../../src/loaders/CompressedTextureLoader.js';
 
 export default QUnit.module( 'Loaders', () => {
 

+ 1 - 1
test/unit/src/loaders/CubeTextureLoader.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { CubeTextureLoader } from '../../../../src/loaders/CubeTextureLoader.js';
+// import { CubeTextureLoader } from '../../../../src/loaders/CubeTextureLoader.js';
 
 export default QUnit.module( 'Loaders', () => {
 

+ 1 - 1
test/unit/src/loaders/DataTextureLoader.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { DataTextureLoader } from '../../../../src/loaders/DataTextureLoader.js';
+// import { DataTextureLoader } from '../../../../src/loaders/DataTextureLoader.js';
 
 export default QUnit.module( 'Loaders', () => {
 

+ 1 - 1
test/unit/src/loaders/FileLoader.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { FileLoader } from '../../../../src/loaders/FileLoader.js';
+// import { FileLoader } from '../../../../src/loaders/FileLoader.js';
 
 export default QUnit.module( 'Loaders', () => {
 

+ 1 - 1
test/unit/src/loaders/ImageLoader.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { ImageLoader } from '../../../../src/loaders/ImageLoader.js';
+// import { ImageLoader } from '../../../../src/loaders/ImageLoader.js';
 
 export default QUnit.module( 'Loaders', () => {
 

+ 1 - 1
test/unit/src/loaders/MaterialLoader.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { MaterialLoader } from '../../../../src/loaders/MaterialLoader.js';
+// import { MaterialLoader } from '../../../../src/loaders/MaterialLoader.js';
 
 export default QUnit.module( 'Loaders', () => {
 

+ 1 - 1
test/unit/src/loaders/ObjectLoader.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { ObjectLoader } from '../../../../src/loaders/ObjectLoader.js';
+// import { ObjectLoader } from '../../../../src/loaders/ObjectLoader.js';
 
 export default QUnit.module( 'Loaders', () => {
 

+ 1 - 1
test/unit/src/loaders/TextureLoader.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { TextureLoader } from '../../../../src/loaders/TextureLoader.js';
+// import { TextureLoader } from '../../../../src/loaders/TextureLoader.js';
 
 export default QUnit.module( 'Loaders', () => {
 

+ 1 - 1
test/unit/src/materials/LineBasicMaterial.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { LineBasicMaterial } from '../../../../src/materials/LineBasicMaterial.js';
+// import { LineBasicMaterial } from '../../../../src/materials/LineBasicMaterial.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 1 - 1
test/unit/src/materials/LineDashedMaterial.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { LineDashedMaterial } from '../../../../src/materials/LineDashedMaterial.js';
+// import { LineDashedMaterial } from '../../../../src/materials/LineDashedMaterial.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 1 - 1
test/unit/src/materials/Material.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { Material } from '../../../../src/materials/Material.js';
+// import { Material } from '../../../../src/materials/Material.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 1 - 1
test/unit/src/materials/MeshBasicMaterial.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { MeshBasicMaterial } from '../../../../src/materials/MeshBasicMaterial.js';
+// import { MeshBasicMaterial } from '../../../../src/materials/MeshBasicMaterial.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 1 - 1
test/unit/src/materials/MeshDepthMaterial.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { MeshDepthMaterial } from '../../../../src/materials/MeshDepthMaterial.js';
+// import { MeshDepthMaterial } from '../../../../src/materials/MeshDepthMaterial.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 1 - 1
test/unit/src/materials/MeshDistanceMaterial.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { MeshDistanceMaterial } from '../../../../src/materials/MeshDistanceMaterial.js';
+// import { MeshDistanceMaterial } from '../../../../src/materials/MeshDistanceMaterial.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 1 - 1
test/unit/src/materials/MeshLambertMaterial.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { MeshLambertMaterial } from '../../../../src/materials/MeshLambertMaterial.js';
+// import { MeshLambertMaterial } from '../../../../src/materials/MeshLambertMaterial.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 1 - 1
test/unit/src/materials/MeshNormalMaterial.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { MeshNormalMaterial } from '../../../../src/materials/MeshNormalMaterial.js';
+// import { MeshNormalMaterial } from '../../../../src/materials/MeshNormalMaterial.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 1 - 1
test/unit/src/materials/MeshPhongMaterial.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { MeshPhongMaterial } from '../../../../src/materials/MeshPhongMaterial.js';
+// import { MeshPhongMaterial } from '../../../../src/materials/MeshPhongMaterial.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 1 - 1
test/unit/src/materials/MeshPhysicalMaterial.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { MeshPhysicalMaterial } from '../../../../src/materials/MeshPhysicalMaterial.js';
+// import { MeshPhysicalMaterial } from '../../../../src/materials/MeshPhysicalMaterial.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 1 - 1
test/unit/src/materials/MeshStandardMaterial.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { MeshStandardMaterial } from '../../../../src/materials/MeshStandardMaterial.js';
+// import { MeshStandardMaterial } from '../../../../src/materials/MeshStandardMaterial.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 1 - 1
test/unit/src/materials/MeshToonMaterial.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { MeshToonMaterial } from '../../../../src/materials/MeshToonMaterial.js';
+// import { MeshToonMaterial } from '../../../../src/materials/MeshToonMaterial.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 1 - 1
test/unit/src/materials/PointsMaterial.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { PointsMaterial } from '../../../../src/materials/PointsMaterial.js';
+// import { PointsMaterial } from '../../../../src/materials/PointsMaterial.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 1 - 1
test/unit/src/materials/RawShaderMaterial.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { RawShaderMaterial } from '../../../../src/materials/RawShaderMaterial.js';
+// import { RawShaderMaterial } from '../../../../src/materials/RawShaderMaterial.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 1 - 1
test/unit/src/materials/ShaderMaterial.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { ShaderMaterial } from '../../../../src/materials/ShaderMaterial.js';
+// import { ShaderMaterial } from '../../../../src/materials/ShaderMaterial.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 1 - 1
test/unit/src/materials/ShadowMaterial.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { ShadowMaterial } from '../../../../src/materials/ShadowMaterial.js';
+// import { ShadowMaterial } from '../../../../src/materials/ShadowMaterial.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 1 - 1
test/unit/src/materials/SpriteMaterial.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { SpriteMaterial } from '../../../../src/materials/SpriteMaterial.js';
+// import { SpriteMaterial } from '../../../../src/materials/SpriteMaterial.js';
 
 export default QUnit.module( 'Materials', () => {
 

+ 3 - 4
test/unit/src/math/Box2.tests.js

@@ -359,13 +359,12 @@ export default QUnit.module( 'Maths', () => {
 
 			var a = new Box2( zero2.clone(), zero2.clone() );
 			var b = new Box2( zero2.clone(), one2.clone() );
-			var c = new Box2( one2.clone().negate(), one2.clone() );
-			var d = new Box2( one2.clone().negate(), zero2.clone() );
+			var c = new Box2( one2.clone().negate(), zero2.clone() );
 
 			assert.ok( a.clone().translate( one2 ).equals( new Box2( one2, one2 ) ), 'Passed!' );
 			assert.ok( a.clone().translate( one2 ).translate( one2.clone().negate() ).equals( a ), 'Passed!' );
-			assert.ok( d.clone().translate( one2 ).equals( b ), 'Passed!' );
-			assert.ok( b.clone().translate( one2.clone().negate() ).equals( d ), 'Passed!' );
+			assert.ok( c.clone().translate( one2 ).equals( b ), 'Passed!' );
+			assert.ok( b.clone().translate( one2.clone().negate() ).equals( c ), 'Passed!' );
 
 		} );
 

+ 3 - 4
test/unit/src/math/Box3.tests.js

@@ -602,13 +602,12 @@ export default QUnit.module( 'Maths', () => {
 
 			var a = new Box3( zero3.clone(), zero3.clone() );
 			var b = new Box3( zero3.clone(), one3.clone() );
-			var c = new Box3( one3.clone().negate(), one3.clone() );
-			var d = new Box3( one3.clone().negate(), zero3.clone() );
+			var c = new Box3( one3.clone().negate(), zero3.clone() );
 
 			assert.ok( a.clone().translate( one3 ).equals( new Box3( one3, one3 ) ), 'Passed!' );
 			assert.ok( a.clone().translate( one3 ).translate( one3.clone().negate() ).equals( a ), 'Passed!' );
-			assert.ok( d.clone().translate( one3 ).equals( b ), 'Passed!' );
-			assert.ok( b.clone().translate( one3.clone().negate() ).equals( d ), 'Passed!' );
+			assert.ok( c.clone().translate( one3 ).equals( b ), 'Passed!' );
+			assert.ok( b.clone().translate( one3.clone().negate() ).equals( c ), 'Passed!' );
 
 		} );
 

+ 0 - 9
test/unit/src/math/Euler.tests.js

@@ -34,15 +34,6 @@ function matrixEquals4( a, b, tolerance ) {
 
 }
 
-function eulerEquals( a, b, tolerance ) {
-
-	tolerance = tolerance || 0.0001;
-	var diff = Math.abs( a.x - b.x ) + Math.abs( a.y - b.y ) + Math.abs( a.z - b.z );
-
-	return ( diff < tolerance );
-
-}
-
 function quatEquals( a, b, tolerance ) {
 
 	tolerance = tolerance || 0.0001;

+ 0 - 11
test/unit/src/math/Frustum.tests.js

@@ -13,17 +13,6 @@ import { zero3, one3, eps } from './Constants.tests.js';
 
 const unit3 = new Vector3( 1, 0, 0 );
 
-function planeEquals( a, b, tolerance ) {
-
-	tolerance = tolerance || 0.0001;
-
-	if ( a.normal.distanceTo( b.normal ) > tolerance ) return false;
-	if ( Math.abs( a.constant - b.constant ) > tolerance ) return false;
-
-	return true;
-
-}
-
 export default QUnit.module( 'Maths', () => {
 
 	QUnit.module( 'Frustum', () => {

+ 1 - 1
test/unit/src/math/interpolants/CubicInterpolant.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { CubicInterpolant } from '../../../../../src/math/interpolants/CubicInterpolant.js';
+// import { CubicInterpolant } from '../../../../../src/math/interpolants/CubicInterpolant.js';
 
 export default QUnit.module( 'Maths', () => {
 

+ 1 - 1
test/unit/src/math/interpolants/DiscreteInterpolant.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { DiscreteInterpolant } from '../../../../../src/math/interpolants/DiscreteInterpolant.js';
+// import { DiscreteInterpolant } from '../../../../../src/math/interpolants/DiscreteInterpolant.js';
 
 export default QUnit.module( 'Maths', () => {
 

+ 1 - 1
test/unit/src/math/interpolants/LinearInterpolant.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { LinearInterpolant } from '../../../../../src/math/interpolants/LinearInterpolant.js';
+// import { LinearInterpolant } from '../../../../../src/math/interpolants/LinearInterpolant.js';
 
 export default QUnit.module( 'Maths', () => {
 

+ 1 - 1
test/unit/src/math/interpolants/QuaternionLinearInterpolant.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { QuaternionLinearInterpolant } from '../../../../../src/math/interpolants/QuaternionLinearInterpolant.js';
+// import { QuaternionLinearInterpolant } from '../../../../../src/math/interpolants/QuaternionLinearInterpolant.js';
 
 export default QUnit.module( 'Maths', () => {
 

+ 1 - 1
test/unit/src/objects/Bone.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { Bone } from '../../../../src/objects/Bone.js';
+// import { Bone } from '../../../../src/objects/Bone.js';
 
 export default QUnit.module( 'Objects', () => {
 

+ 1 - 1
test/unit/src/objects/Group.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { Group } from '../../../../src/objects/Group.js';
+// import { Group } from '../../../../src/objects/Group.js';
 
 export default QUnit.module( 'Objects', () => {
 

+ 1 - 1
test/unit/src/objects/Line.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { Line } from '../../../../src/objects/Line.js';
+// import { Line } from '../../../../src/objects/Line.js';
 
 export default QUnit.module( 'Objects', () => {
 

+ 1 - 1
test/unit/src/objects/LineLoop.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { LineLoop } from '../../../../src/objects/LineLoop.js';
+// import { LineLoop } from '../../../../src/objects/LineLoop.js';
 
 export default QUnit.module( 'Objects', () => {
 

+ 1 - 1
test/unit/src/objects/LineSegments.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { LineSegments } from '../../../../src/objects/LineSegments.js';
+// import { LineSegments } from '../../../../src/objects/LineSegments.js';
 
 export default QUnit.module( 'Objects', () => {
 

+ 1 - 1
test/unit/src/objects/Points.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { Points } from '../../../../src/objects/Points.js';
+// import { Points } from '../../../../src/objects/Points.js';
 
 export default QUnit.module( 'Objects', () => {
 

+ 1 - 1
test/unit/src/objects/Skeleton.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { Skeleton } from '../../../../src/objects/Skeleton.js';
+// import { Skeleton } from '../../../../src/objects/Skeleton.js';
 
 export default QUnit.module( 'Objects', () => {
 

+ 1 - 1
test/unit/src/objects/SkinnedMesh.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { SkinnedMesh } from '../../../../src/objects/SkinnedMesh.js';
+// import { SkinnedMesh } from '../../../../src/objects/SkinnedMesh.js';
 
 export default QUnit.module( 'Objects', () => {
 

+ 1 - 1
test/unit/src/objects/Sprite.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { Sprite } from '../../../../src/objects/Sprite.js';
+// import { Sprite } from '../../../../src/objects/Sprite.js';
 
 export default QUnit.module( 'Objects', () => {
 

+ 1 - 1
test/unit/src/renderers/WebGLCubeRenderTarget.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { WebGLCubeRenderTarget } from '../../../../src/renderers/WebGLCubeRenderTarget.js';
+// import { WebGLCubeRenderTarget } from '../../../../src/renderers/WebGLCubeRenderTarget.js';
 
 export default QUnit.module( 'Renderers', () => {
 

+ 1 - 1
test/unit/src/renderers/WebGLRenderTarget.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { WebGLRenderTarget } from '../../../../src/renderers/WebGLRenderTarget.js';
+// import { WebGLRenderTarget } from '../../../../src/renderers/WebGLRenderTarget.js';
 
 export default QUnit.module( 'Renderers', () => {
 

+ 1 - 1
test/unit/src/renderers/shaders/ShaderChunk.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { ShaderChunk } from '../../../../../src/renderers/shaders/ShaderChunk.js';
+// import { ShaderChunk } from '../../../../../src/renderers/shaders/ShaderChunk.js';
 
 export default QUnit.module( 'Renderers', () => {
 

+ 1 - 1
test/unit/src/renderers/shaders/ShaderLib.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { ShaderLib } from '../../../../../src/renderers/shaders/ShaderLib.js';
+// import { ShaderLib } from '../../../../../src/renderers/shaders/ShaderLib.js';
 
 export default QUnit.module( 'Renderers', () => {
 

+ 1 - 1
test/unit/src/renderers/shaders/UniformsLib.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { UniformsLib } from '../../../../../src/renderers/shaders/UniformsLib.js';
+// import { UniformsLib } from '../../../../../src/renderers/shaders/UniformsLib.js';
 
 export default QUnit.module( 'Renderers', () => {
 

+ 1 - 1
test/unit/src/renderers/shaders/UniformsUtils.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { UniformsUtils } from '../../../../../src/renderers/shaders/UniformsUtils.js';
+// import { UniformsUtils } from '../../../../../src/renderers/shaders/UniformsUtils.js';
 
 export default QUnit.module( 'Renderers', () => {
 

+ 1 - 1
test/unit/src/renderers/webgl/WebGLAttributes.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { WebGLAttributes } from '../../../../../src/renderers/webgl/WebGLAttributes.js';
+// import { WebGLAttributes } from '../../../../../src/renderers/webgl/WebGLAttributes.js';
 
 export default QUnit.module( 'Renderers', () => {
 

+ 1 - 1
test/unit/src/renderers/webgl/WebGLBackground.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { WebGLBackground } from '../../../../../src/renderers/webgl/WebGLBackground.js';
+// import { WebGLBackground } from '../../../../../src/renderers/webgl/WebGLBackground.js';
 
 export default QUnit.module( 'Renderers', () => {
 

+ 1 - 1
test/unit/src/renderers/webgl/WebGLBufferRenderer.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { WebGLBufferRenderer } from '../../../../../src/renderers/webgl/WebGLBufferRenderer.js';
+// import { WebGLBufferRenderer } from '../../../../../src/renderers/webgl/WebGLBufferRenderer.js';
 
 export default QUnit.module( 'Renderers', () => {
 

+ 1 - 1
test/unit/src/renderers/webgl/WebGLCapabilities.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { WebGLCapabilities } from '../../../../../src/renderers/webgl/WebGLCapabilities.js';
+// import { WebGLCapabilities } from '../../../../../src/renderers/webgl/WebGLCapabilities.js';
 
 export default QUnit.module( 'Renderers', () => {
 

+ 1 - 1
test/unit/src/renderers/webgl/WebGLClipping.tests.js

@@ -1,6 +1,6 @@
 /* global QUnit */
 
-import { WebGLClipping } from '../../../../../src/renderers/webgl/WebGLClipping.js';
+// import { WebGLClipping } from '../../../../../src/renderers/webgl/WebGLClipping.js';
 
 export default QUnit.module( 'Renderers', () => {
 

Some files were not shown because too many files changed in this diff