Skip to content

Commit a0cd522

Browse files
committed
corrected inconsequent usage of single vs double quote
1 parent 0751d4d commit a0cd522

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', 'Chromium'],
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)