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 6d75aa4 commit 6c9a77aCopy full SHA for 6c9a77a
.github/workflows/tests.yml
@@ -35,7 +35,7 @@ jobs:
35
- run: npm run lint
36
- run: npm run build
37
- run: npm run test
38
- - run: npx testpack-cli --verbose --keep={@babel/*,ts-jest,typescript} .babelrc tsconfig*.json src/e2e.spec.ts
+ - run: npx testpack-cli --keep={@babel/*,ts-jest,typescript} .babelrc tsconfig*.json src/e2e.spec.ts
39
40
- name: Upload test coverage report to Codecov
41
uses: codecov/codecov-action@v1
0 commit comments