mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Update inccorect jsdoc in mocha tests (#4707)
This commit is contained in:
@@ -45,14 +45,14 @@ suite('Text Input Fields', function() {
|
||||
var defaultFieldValue = '';
|
||||
/**
|
||||
* Asserts that the field property values are set to default.
|
||||
* @param {!Blockly.FieldNumber} field The field to check.
|
||||
* @param {!Blockly.FieldTextInput} field The field to check.
|
||||
*/
|
||||
var assertFieldDefault = function(field) {
|
||||
testHelpers.assertFieldValue(field, defaultFieldValue);
|
||||
};
|
||||
/**
|
||||
* Asserts that the field properties are correct based on the test case.
|
||||
* @param {!Blockly.FieldNumber} field The field to check.
|
||||
* @param {!Blockly.FieldTextInput} field The field to check.
|
||||
* @param {!FieldValueTestCase} testCase The test case.
|
||||
*/
|
||||
var validTestCaseAssertField = function(field, testCase) {
|
||||
|
||||
Reference in New Issue
Block a user