Hello, looking in the environmentScripts there is not a Promise polyfill dependency, this is a wanted behavior? Because WCT will potentially fail in IE <=11 that does not support Promise on the platform, while pass flawless in other browsers. The mocha docs says nothing about this, only that the library supports Promise.
My suggestion is to add a promise library as dependency (maybe this polymerlabs one to not reuse external libraries to do the same job)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello, looking in the environmentScripts there is not a Promise polyfill dependency, this is a wanted behavior? Because WCT will potentially fail in IE <=11 that does not support Promise on the platform, while pass flawless in other browsers. The mocha docs says nothing about this, only that the library supports Promise.
My suggestion is to add a promise library as dependency (maybe this polymerlabs one to not reuse external libraries to do the same job)