Fix lint and tests.

This commit is contained in:
Karishma Chadha 2018-05-21 13:51:43 -04:00
parent 1401d54add
commit 1639444a4d
6 changed files with 42 additions and 11 deletions

View file

@ -12,7 +12,6 @@ test('spec', t => {
t.type(target.id, 'string');
t.type(target.blocks, 'object');
t.type(target.variables, 'object');
t.type(target.lists, 'object');
t.type(target._customState, 'object');
t.type(target.createVariable, 'function');