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
console.warn('No system-polyfills present. If the browser does not support Promises, you may need to load a polyfill with jspm.beforeFiles');//eslint-disable-line no-console
I have the babel-polyfill loading in my beforeFiles, therefore this warning is unnecessary.
Is it possible to trigger a Karma info message (instead of a console.warn) so that I can hide the message using the Karma logLevel config option?
The text was updated successfully, but these errors were encountered:
When using jspm 0.17 beta and karma-jspm 2.2.3, I get the following console warning when running my tests:
karma-jspm/src/init.js
Line 128 in 9fe4c7e
I have the babel-polyfill loading in my
beforeFiles
, therefore this warning is unnecessary.Is it possible to trigger a Karma info message (instead of a console.warn) so that I can hide the message using the Karma
logLevel
config option?The text was updated successfully, but these errors were encountered: