mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-10 15:02:06 -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: {
|
||||
toXML: () => 'global'
|
||||
}
|
||||
},
|
||||
blocks: {
|
||||
toXML: () => 'blocks'
|
||||
}
|
||||
}, {
|
||||
variables: {
|
||||
unused: {
|
||||
toXML: () => 'unused'
|
||||
}
|
||||
},
|
||||
blocks: {
|
||||
toXML: () => 'blocks'
|
||||
}
|
||||
}, {
|
||||
variables: {
|
||||
|
|
Loading…
Reference in a new issue