Skip to content

Commit

Permalink
✅ Force headless in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Robdel12 committed May 2, 2022
1 parent b630c89 commit 69699d8
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 @@ -21,7 +21,7 @@
},
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"test": "nightwatch",
"test": "MOZ_HEADLESS=1 nightwatch",
"test:coverage": "nyc yarn test",
"test:types": "tsd"
},
Expand Down

0 comments on commit 69699d8

Please sign in to comment.