apifunction_test.js: Add test coverage.

PiperOrigin-RevId: 857353657
This commit is contained in:
Kurt Schwehr 2026-01-16 16:58:46 -08:00 committed by Google Earth Engine Authors
parent 60df52ebaf
commit fccf6ae4e1

View File

@ -22,8 +22,6 @@ goog.require('goog.object');
goog.requireType('ee.Encodable');
goog.requireType('ee.api');
/**
* Creates a function defined by the EE API.
* @param {string} name The name of the function.