mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-25 09:01:07 -05:00
Fixing unit test.
This commit is contained in:
parent
6fc554daa5
commit
29c08c3583
1 changed files with 6 additions and 0 deletions
|
@ -287,12 +287,18 @@ test('emitWorkspaceUpdate', t => {
|
||||||
global: {
|
global: {
|
||||||
toXML: () => 'global'
|
toXML: () => 'global'
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
blocks: {
|
||||||
|
toXML: () => 'blocks'
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
variables: {
|
variables: {
|
||||||
unused: {
|
unused: {
|
||||||
toXML: () => 'unused'
|
toXML: () => 'unused'
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
blocks: {
|
||||||
|
toXML: () => 'blocks'
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
variables: {
|
variables: {
|
||||||
|
|
Loading…
Reference in a new issue