Skip to content

Commit

Permalink
Migrate jest config to TS to achieve 100% TS
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmielnik committed Jan 26, 2025
1 parent ee32985 commit 835ff9e
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js → jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const tsConfig = require('./tsconfig.json');
import tsConfig from './tsconfig.json';

module.exports = {
collectCoverage: true,
Expand Down
Loading

0 comments on commit 835ff9e

Please sign in to comment.