mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
Fix documentation for local cloud var test
This commit is contained in:
parent
a6de046dda
commit
d041259473
2 changed files with 4 additions and 4 deletions
|
@ -121,8 +121,8 @@ test('importing one project after the other resets cloud variable limit', t => {
|
|||
});
|
||||
|
||||
test('local cloud variables get imported as regular variables', t => {
|
||||
// This tests a hacked project where additional cloud variables exceeding
|
||||
// the project limit have been added.
|
||||
// This tests a hacked project where a sprite-local variable is
|
||||
// has the cloud variable flag set.
|
||||
const vm = new VirtualMachine();
|
||||
vm.attachStorage(makeTestStorage());
|
||||
|
||||
|
|
|
@ -117,8 +117,8 @@ test('importing one project after the other resets cloud variable limit', t => {
|
|||
});
|
||||
|
||||
test('local cloud variables get imported as regular variables', t => {
|
||||
// This tests a hacked project where additional cloud variables exceeding
|
||||
// the project limit have been added.
|
||||
// This tests a hacked project where a sprite-local variable is
|
||||
// has the cloud variable flag set.
|
||||
const vm = new VirtualMachine();
|
||||
vm.attachStorage(makeTestStorage());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue