mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
Initialize generators in generator tests
This commit is contained in:
@@ -94,6 +94,7 @@ suite('Generator', function() {
|
||||
var generator = testCase[0];
|
||||
var name = testCase[1];
|
||||
test(name, function() {
|
||||
generator.init(this.workspace);
|
||||
this.blockToCodeTest(generator, false, true, 'row_block');
|
||||
this.blockToCodeTest(
|
||||
generator, false, false, 'row_blockstack_block', 'thisOnly=false');
|
||||
|
||||
Reference in New Issue
Block a user