Add updateMatrix to fake drawable test

This commit is contained in:
Paul Kaplan 2019-10-15 12:25:15 -04:00
parent 3cf45f4e07
commit 69f30a4fb5

View file

@ -87,6 +87,8 @@ const isNearAngle = (actual, expect, optMargin = 10) => (
// A fake scratch-render drawable that will be used by VideoMotion to restrain
// the area considered for motion detection in VideoMotion.getLocalMotion
const fakeDrawable = {
updateMatrix () {}, // no-op, since isTouching always returns true
getFastBounds () {
return {
left: -120,