-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: avoid ES6+ syntax in client scripts #3629
Conversation
✅ Build karma 2875 completed (commit b27b961737 by @longlho) |
✅ Build karma 478 completed (commit b27b961737 by @longlho) |
✅ Build karma 477 completed (commit b27b961737 by @longlho) |
✅ Build karma 2876 completed (commit f6cad3f80c by @longlho) |
✅ Build karma 479 completed (commit f6cad3f80c by @longlho) |
✅ Build karma 478 completed (commit f6cad3f80c by @longlho) |
✅ Build karma 480 completed (commit be94bf9cd8 by @longlho) |
✅ Build karma 2877 completed (commit be94bf9cd8 by @longlho) |
✅ Build karma 479 completed (commit be94bf9cd8 by @longlho) |
I've applied this patch and confirmed that it fixes karma-runner/karma-sauce-launcher#238. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix: #3630
Sorry but there are other template literals that need to be fixed. |
🎉 This PR is included in version 6.0.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* remove template literals and arrow functions that break in IE11 Fixes karma-runner#3630
## [6.0.2](karma-runner/karma@v6.0.1...v6.0.2) (2021-01-25) ### Bug Fixes * avoid ES6+ syntax in client scripts ([karma-runner#3629](karma-runner#3629)) ([6629e96](karma-runner@6629e96)), closes [karma-runner#3630](karma-runner#3630)
We use karma to run unit tests on browser and it crashes on IE11 & old Chrome because of invalid token (template literal in this case). This only happens on v6.x