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
The karma-ievms used in this repository is broken. There is an issue, opened long time ago and still not merged. This error happens on each local machine when we run the tests on IE. Someone created a fix here and in order to fix the issue for us, we may do one of these:
Change our package.json and make karma-ievms to look like this: "karma-ievms": "git+https://github.com/niksy/karma-ievms.git#browser-decorator" instead "karma-ievms": "^0.1.0",.
If pointing to an external third party repository is unacceptable, we may fork this repository and apply the same fix. Then we would replace the value of karma-ievms in package.json with our forked version.
Please let me know which of these (or some other option) are OK for you.
The
karma-ievms
used in this repository is broken. There is an issue, opened long time ago and still not merged. This error happens on each local machine when we run the tests on IE. Someone created a fix here and in order to fix the issue for us, we may do one of these:package.json
and makekarma-ievms
to look like this:"karma-ievms": "git+https://github.com/niksy/karma-ievms.git#browser-decorator"
instead"karma-ievms": "^0.1.0",
.karma-ievms
in package.json with our forked version.Please let me know which of these (or some other option) are OK for you.
/cc @eduardolundgren
The text was updated successfully, but these errors were encountered: