Update VM getPlaygroundData function to remove circular dependency in blockContainer. It wasn't being used by the tests or the playground and it is not an issue with actual project serialization. Update test to stop passing in runtime to blocklyListen function.

This commit is contained in:
Karishma Chadha 2019-01-24 15:26:16 -05:00
parent e5723e299a
commit 0bf5d8ab90
2 changed files with 2 additions and 2 deletions
test/integration

View file

@ -45,7 +45,7 @@ test('stack click activates the stack', t => {
blockContainer.blocklyListen({
blockId: blockId,
element: 'stackclick'
}, vm.runtime);
});
}
}