mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Add missing cleanup to multiline field test (#4416)
This commit is contained in:
@@ -5,6 +5,12 @@
|
||||
*/
|
||||
|
||||
suite('Multiline Input Fields', function() {
|
||||
setup(function() {
|
||||
sharedTestSetup.call(this);
|
||||
});
|
||||
teardown(function() {
|
||||
sharedTestTeardown.call(this);
|
||||
});
|
||||
/**
|
||||
* Configuration for field tests with invalid values.
|
||||
* @type {!Array<!FieldCreationTestCase>}
|
||||
|
||||
Reference in New Issue
Block a user