Skip to content

Commit db547c7

Browse files
Update puppeteer
1 parent bfaa4cb commit db547c7

3 files changed

Lines changed: 1303 additions & 296 deletions

File tree

karma/config.js

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module.exports = {
1818
customLaunchers: {
1919
ChromeHeadlessNoSandbox: {
2020
base: 'ChromeHeadless',
21-
// Flags required to run in ubuntu-22.04 or above (https://chromium.googlesource.com/chromium/src/+/master/docs/linux/suid_sandbox_development.md)
2221
flags: ['--no-sandbox', '--disable-setuid-sandbox']
2322
}
2423
},
@@ -29,21 +28,7 @@ module.exports = {
2928
// Uncomment to run a particular UT:
3029
// '**/listeners/__tests__/browser.spec.js',
3130
// Run browser UTs. Commons and Node UTs run with `test-node` npm script
32-
'*/**/__tests__/**/browser.spec.js',
33-
{
34-
pattern: 'engine/__tests__/engine/mocks/murmur3*.csv',
35-
watched: false,
36-
included: false,
37-
served: true,
38-
nocache: true
39-
},
40-
{
41-
pattern: 'engine/__tests__/matchers/mocks/regex.txt',
42-
watched: false,
43-
included: false,
44-
served: true,
45-
nocache: true
46-
}
31+
'*/**/__tests__/**/browser.spec.js'
4732
],
4833

4934
// list of files / patterns to exclude

0 commit comments

Comments
 (0)