mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Fix unit test
This commit is contained in:
parent
be25cd93bd
commit
37d627bc89
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ const util = {
|
||||||
audioPlayer: {
|
audioPlayer: {
|
||||||
playDrumForBeats: drum => (playedDrum = drum)
|
playDrumForBeats: drum => (playedDrum = drum)
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
stackFrame: Object.create(null)
|
||||||
};
|
};
|
||||||
|
|
||||||
test('playDrum uses 1-indexing and wrap clamps', t => {
|
test('playDrum uses 1-indexing and wrap clamps', t => {
|
||||||
|
|
Loading…
Reference in a new issue