Skip to content

Commit 051a8b5

Browse files
author
Maxime Lafarie
committed
Fix breaking unit tests and breaking ui with long strings
1 parent 4f43401 commit 051a8b5

File tree

4 files changed

+8356
-5360
lines changed

4 files changed

+8356
-5360
lines changed

karma.conf.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ module.exports = function (config) {
2020
reports: ['html', 'lcovonly', 'text-summary'],
2121
fixWebpackSourcePaths: true
2222
},
23+
browsers: ['Chrome'],
24+
customLaunchers: {
25+
ChromeHeadlessCI: {
26+
base: 'ChromeHeadless',
27+
flags: ['--no-sandbox', '--disable-gpu']
28+
}
29+
},
2330
reporters: ['progress', 'kjhtml'],
2431
port: 9876,
2532
colors: true,

0 commit comments

Comments
 (0)