Skip to content

Commit

Permalink
test: remove ts-jest preset (#17757)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Sep 12, 2022
1 parent c85f463 commit bccb2fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ function jestGithubRunnerSpecs(): JestConfig {
}

const config: JestConfig = {
preset: 'ts-jest',
cacheDirectory: '.cache/jest',
coverageDirectory: './coverage',
collectCoverage: true,
Expand Down

0 comments on commit bccb2fb

Please sign in to comment.