Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix(injector): support arrow functions with no parenthesis #12890

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion karma-shared.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = function(config, specificOptions) {
'SL_Chrome': {
base: 'SauceLabs',
browserName: 'chrome',
version: '43'
version: '45'
},
'SL_Firefox': {
base: 'SauceLabs',
Expand Down
Loading