Skip to content

Commit dbb0abe

Browse files
Copilotliuliu-dev
andcommitted
Remove chromium npm package; use system Chrome for tests
Co-authored-by: liuliu-dev <6688812+liuliu-dev@users.noreply.github.com>
1 parent b14e8d3 commit dbb0abe

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

package-lock.json

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"devDependencies": {
3030
"@github/prettier-config": "0.0.4",
3131
"chai": "^4.3.4",
32-
"chromium": "^3.0.3",
3332
"eslint": "^8.6.0",
3433
"eslint-plugin-github": "^4.3.5",
3534
"karma": "^6.3.2",

test/karma.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
process.env.CHROME_BIN = require('chromium').path
1+
process.env.CHROME_BIN = process.env.CHROME_BIN || 'google-chrome'
22

33
module.exports = function (config) {
44
config.set({

0 commit comments

Comments
 (0)