Skip to content

Commit 7e83df8

Browse files
Include Jest typings during testpack
1 parent 49361e8 commit 7e83df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- run: npm run lint
3636
- run: npm run build
3737
- run: npm run test
38-
- run: npx testpack-cli --keep={ts-jest,typescript} src/e2e.spec.ts
38+
- run: npx testpack-cli --keep={@types/jest,ts-jest,typescript} src/e2e.spec.ts
3939

4040
- name: Upload test coverage report to Codecov
4141
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)