You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting TypeError: undefined is not an object (evaluating 'DSUtils.deepMixIn') when running karma tests.
I am trying to upgrade js-data version from 2.10.0 to 3.0.11. When I am running karma tests, I am getting below error.
PhantomJS 2.1.1 (Windows 8) ERROR
An error was thrown in afterAll
TypeError: undefined is not an object (evaluating 'DSUtils.deepMixIn')
Same is working fine with older version of js-data (2.10.0).