Skip to content

Commit

Permalink
Add --expose-gc to Chrome's flags in Karma launcher configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Jan 14, 2019
1 parent 4a2bbb9 commit 2fc8dc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = function getKarmaConfig( options ) {
},
CHROME_LOCAL: {
base: 'Chrome',
flags: [ '--disable-background-timer-throttling' ]
flags: [ '--disable-background-timer-throttling', '--js-flags="--expose-gc"' ]
},
BrowserStack_Edge: {
base: 'BrowserStack',
Expand Down

0 comments on commit 2fc8dc4

Please sign in to comment.