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.
2 parents 49361e8 + 73b1422 commit 0282ca8Copy full SHA for 0282ca8
.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 --keep={ts-jest,typescript} src/e2e.spec.ts
+ - run: npx testpack-cli --keep=@types/jest,ts-jest,typescript src/e2e.spec.ts
39
40
- name: Upload test coverage report to Codecov
41
uses: codecov/codecov-action@v1
0 commit comments