mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Update test/unit/engine_runtime.js
Co-Authored-By: paulkaplan <pkaplan@media.mit.edu>
This commit is contained in:
parent
6bd2307c99
commit
6420cc8831
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ test('Disposing the runtime emits an event', t => {
|
||||||
rt.addListener('RUNTIME_DISPOSED', () => {
|
rt.addListener('RUNTIME_DISPOSED', () => {
|
||||||
disposed = true;
|
disposed = true;
|
||||||
});
|
});
|
||||||
rt.start();
|
rt.dispose();
|
||||||
t.equal(disposed, true);
|
t.equal(disposed, true);
|
||||||
t.end();
|
t.end();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue