mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-06 02:24:47 -04:00
Also here and there
This commit is contained in:
parent
e11ff6ba19
commit
87df9610a6
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@ test('ask and stop other scripts dismisses if it is the last question', t => {
|
|||
test('ask and stop other scripts asks next question', t => {
|
||||
const rt = new Runtime();
|
||||
const s = new Sensing(rt);
|
||||
const util = {target: {visible: false, sprite: {}}, thread: {}};
|
||||
const util2 = {target: {visible: false, sprite: {}}, thread: {}};
|
||||
const util = {target: {visible: false, sprite: {}, getCustomState: () => ({})}, thread: {}};
|
||||
const util2 = {target: {visible: false, sprite: {}, getCustomState: () => ({})}, thread: {}};
|
||||
|
||||
const expectedQuestion = 'a question';
|
||||
const nextQuestion = 'a followup';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue