Переглянути джерело

Tests: Remove usage of Function.caller. (#23412)

Michael Herzog 3 роки тому
батько
коміт
a86857ba8d
1 змінених файлів з 0 додано та 13 видалено
  1. 0 13
      test/unit/src/math/Interpolant.tests.js

+ 0 - 13
test/unit/src/math/Interpolant.tests.js

@@ -81,19 +81,6 @@ export default QUnit.module( 'Maths', () => {
 
 		Mock.calls = null;
 
-		Mock.captureCall = function ( args ) {
-
-			if ( Mock.calls !== null ) {
-
-				Mock.calls.push( {
-					func: Mock.captureCall.caller.name,
-					args: Array.prototype.slice.call( args )
-				} );
-
-			}
-
-		};
-
 		// Tests
 
 		// INSTANCING