Skip to content

Commit

Permalink
Revert "Add custom launcher for karma"
Browse files Browse the repository at this point in the history
This reverts commit dd80f25.
  • Loading branch information
dzonatan committed Sep 26, 2018
1 parent 4870f19 commit 87b8b34
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ module.exports = function (config) {
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['Chrome'],
customLaunchers: {
ChromeHeadlessNoSandbox: {
base: 'ChromeHeadless',
flags: ['--no-sandbox']
}
},
singleRun: false
});
};
};

0 comments on commit 87b8b34

Please sign in to comment.