mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-10 15:02:06 -05:00
remove stray new line
This commit is contained in:
parent
cddcea652b
commit
d6acd97ec7
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ test('importing one project after the other resets monitored variables', t => {
|
|||
vm.setCompatibilityMode(false);
|
||||
vm.setTurboMode(false);
|
||||
vm.loadProject(project).then(() => {
|
||||
|
||||
const refSprite = vm.runtime.targets[1];
|
||||
const refVarId = Object.keys(refSprite.variables)[0];
|
||||
const refBlock = vm.runtime.monitorBlocks.getBlock(refVarId);
|
||||
|
|
Loading…
Reference in a new issue