Initialize generators in generator tests

This commit is contained in:
kozbial
2021-09-22 16:39:09 -07:00
committed by Monica Kozbial
parent f3e8c25a50
commit b331d780d1

View File

@@ -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');