Skip to content

Commit 9db3348

Browse files
Update puppeteer
1 parent bfaa4cb commit 9db3348

4 files changed

Lines changed: 1306 additions & 295 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: npm ci
4242
run: npm ci
4343

44+
- name: Install Chrome for Puppeteer
45+
run: npx puppeteer browsers install chrome
46+
4447
- name: npm ts tests
4548
run: npm run test-ts-decls
4649

karma/config.js

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,7 @@ module.exports = {
2929
// Uncomment to run a particular UT:
3030
// '**/listeners/__tests__/browser.spec.js',
3131
// 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-
}
32+
'*/**/__tests__/**/browser.spec.js'
4733
],
4834

4935
// list of files / patterns to exclude

0 commit comments

Comments
 (0)