We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3128e commit 758e14bCopy full SHA for 758e14b
.github/workflows/tests.yml
@@ -19,4 +19,4 @@ jobs:
19
- name: Install dependencies
20
run: npm install
21
- name: Test
22
- run: npm test -- --configuration=ci
+ run: npm test -- --watch=false --browsers=ChromeHeadless
0 commit comments