Skip to content

Commit e86ba30

Browse files
committed
fix: linting error
1 parent 1c4c232 commit e86ba30

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/rsocket-browser-tck/karma.conf.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ module.exports = function (config) {
2222
customLaunchers: {
2323
ChromeHeadlessCI: {
2424
base: "ChromeHeadless",
25-
flags: [
26-
"--no-sandbox",
27-
],
25+
flags: ["--no-sandbox"],
2826
},
2927
},
3028

0 commit comments

Comments
 (0)