Skip to content

Commit 0008963

Browse files
Keep TypeScript dependency in testpack
1 parent 1f7f396 commit 0008963

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={jest-when,regex-to-strings,ts-jest} **/*.spec.ts
38+
- run: npx testpack-cli --keep={jest-when,regex-to-strings,ts-jest,typescript} **/*.spec.ts
3939

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

0 commit comments

Comments
 (0)