Skip to content

Commit 81225a4

Browse files
committed
[ci] Change testing platform from electron to firefox
1 parent 73eccde commit 81225a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "globaleaks",
33
"version": "5.0.18",
44
"scripts": {
5-
"test": "npx cypress run && npx nyc report --reporter=lcov --report-dir=./cypress/coverage --reporter=text-summary --browser electron",
5+
"test": "npx cypress run && npx nyc report --reporter=lcov --report-dir=./cypress/coverage --reporter=text-summary --browser firefox",
66
"eslint": "ng lint",
77
"stylelint": "npx stylelint 'app/css/**/*.css'"
88
},

0 commit comments

Comments
 (0)