Jelajahi Sumber

remove unused test

simonThiele 9 tahun lalu
induk
melakukan
d6fbddeed3
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      test/unit/core/BufferGeometry.js

+ 0 - 2
test/unit/core/BufferGeometry.js

@@ -184,8 +184,6 @@ test( "computeBoundingBox", function() {
 
 	ok( bb.min.x === bb.max.x && bb.min.y === bb.max.y && bb.min.z === bb.max.z, "since there is only one vertex, max and min are equal" );
 	ok( bb.min.x === -1 && bb.min.y === -1 && bb.min.z === -1, "since there is only one vertex, min and max are this vertex" );
-
-	bb = getBBForVertices( [-1] );
 });
 
 test( "computeBoundingSphere", function() {