feat: add baby object match edutainment flow
Some checks failed
CI / verify (push) Has been cancelled
Some checks failed
CI / verify (push) Has been cancelled
This commit is contained in:
@@ -25,14 +25,11 @@ describe('childMotionWarmupModel', () => {
|
||||
'jump_once',
|
||||
'warmup_finish',
|
||||
'level_select',
|
||||
'play_placeholder',
|
||||
]);
|
||||
expect(resolveNextChildMotionWarmupStep('center_arrive')).toBe(
|
||||
'wave_greeting',
|
||||
);
|
||||
expect(resolveNextChildMotionWarmupStep('level_select')).toBe(
|
||||
'play_placeholder',
|
||||
);
|
||||
expect(resolveNextChildMotionWarmupStep('level_select')).toBe('level_select');
|
||||
});
|
||||
|
||||
it('checks position completion against the active green ring target', () => {
|
||||
|
||||
Reference in New Issue
Block a user