Getting 'DSUtils.deepMixIn' undefined when upgrading js-data package. · Issue #586 · js-data/js-data · GitHub
More Web Proxy on the site http://driver.im/
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).
Environment
Angular version: 1.8.2
js-data version:3.0.11
node or browser version: v14
operating system: Windows/Linux
karma version: 6.3.11
Webpack: 5.68.0
The text was updated successfully, but these errors were encountered:
Description
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).
Environment
The text was updated successfully, but these errors were encountered: