Skip to content

Commit

Permalink
Use ChromeHeadless for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-tims committed Jun 20, 2024
1 parent 1e6a9ea commit d944203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "index.ts",
"scripts": {
"ci": "npm run test:ci && npm run build",
"test": "npm run lint && npm run test:unit",
"test": "npm run lint && npm run test:unit:ci",
"test:ci": "npm run test:unit:ci",
"test:unit": "npm run test:unit:base -- config/karma/local.karma.conf.js",
"test:unit:ci": "npm run test:unit:base -- config/karma/ci.karma.conf.js",
Expand Down

0 comments on commit d944203

Please sign in to comment.