mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-02 08:33:56 -04:00
Fix test
This commit is contained in:
parent
6c1031c534
commit
e11ff6ba19
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ test('ask and stop all dismisses question', t => {
|
|||
test('ask and stop other scripts dismisses if it is the last question', t => {
|
||||
const rt = new Runtime();
|
||||
const s = new Sensing(rt);
|
||||
const util = {target: {visible: false, sprite: {}}, thread: {}};
|
||||
const util = {target: {visible: false, sprite: {}, getCustomState: () => ({})}, thread: {}};
|
||||
|
||||
const expectedQuestion = 'a question';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue