Skip to content

Commit 8bf6355

Browse files
committed
codestyle
1 parent b048ea6 commit 8bf6355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ module.exports = function (config) {
4646
browsers: ['Chrome'],
4747
customLaunchers: {
4848
ChromeHeadlessCI: {
49-
base: 'ChromeHeadless',
50-
flags: ['--no-sandbox']
49+
base: "ChromeHeadless",
50+
flags: ["--no-sandbox"]
5151
}
5252
},
5353
singleRun: true

0 commit comments

Comments
 (0)