Skip to content

Commit

Permalink
Merge pull request #473 from ckeditor/t/ckeditor5/1341
Browse files Browse the repository at this point in the history
Other: Added the `'--js-flags="--expose-gc"'` flag to Karma Chrome launcher configuration. See ckeditor/ckeditor5#1341.
  • Loading branch information
pomek authored Jan 16, 2019
2 parents 4a2bbb9 + 4eb57fd commit f2c0d05
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ module.exports = function getKarmaConfig( options ) {
customLaunchers: {
CHROME_TRAVIS_CI: {
base: 'Chrome',
flags: [ '--no-sandbox', '--disable-background-timer-throttling' ]
flags: [ '--no-sandbox', '--disable-background-timer-throttling', '--js-flags="--expose-gc"' ]
},
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 f2c0d05

Please sign in to comment.