Closed fobdy closed 8 years ago
I never used Karma before, can you tell me the steps to reproduce?
Ok, i'll try to compose some minimal demo
Thank you!
Ping!
Ok, sorry. I'll try to replay this on newer versions of karma & chrome
Please reopen this if you give more information ;)
I've been writing some tests and got some error occured in karma test Chrome environment.
Will raise following error in karma Chrome:
It fails on the following line src/dynamics.coffee#L495
I've dived into code and find that it's because
decomposedB.transform
isfalse
, sodecomposedB['transform'][0]
cannot be evaulated.The
decomposedB
is set tofalse
instartAnimation
with following line:matrix is created with
v
is"scaleX(1.5) scaleY(1.5) scaleZ(1.5)"
And later
matrix.decompose()
returnsfalse
because of this statement:So if this is normal, then problem with some if statement in
for
cycle:In original non karma environment everything works fine, but few conditions is not the same.