Skip to content

Commit

Permalink
chore: allow skipping of browser tests (#4246)
Browse files Browse the repository at this point in the history
* chore: allow skipping of browser tests

* fix(web-components): make yarn test work in windows

Co-authored-by: Richard Gibson <richard.gibson@gmail.com>

Co-authored-by: Richard Gibson <richard.gibson@gmail.com>
  • Loading branch information
samsiegart and gibson042 authored Feb 3, 2022
1 parent f96b728 commit 0cfddd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"module": "index.js",
"scripts": {
"build": "exit 0",
"test": "web-test-runner --coverage",
"test": "node -e 'process.exit(process.env.SKIP_BROWSER_TESTS==\"true\" ? 0 : 1)' || web-test-runner --coverage",
"test:c8": "exit 0",
"test:xs": "exit 0",
"test:watch": "web-test-runner --watch",
Expand Down

0 comments on commit 0cfddd2

Please sign in to comment.