Skip to content

Commit 0282ca8

Browse files
Merge pull request #16 from wimpyprogrammer/feature/fix-e2e-tests
Fix `testpack-cli` tests
2 parents 49361e8 + 73b1422 commit 0282ca8

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)