Skip to content

Commit

Permalink
Migrate from babel-jest to ts-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeyax committed Apr 18, 2024
1 parent b173d33 commit 9e68ee7
Show file tree
Hide file tree
Showing 4 changed files with 5,408 additions and 8,626 deletions.
6 changes: 0 additions & 6 deletions babel.config.js

This file was deleted.

6 changes: 6 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
rootDir: "src",
};
Loading

0 comments on commit 9e68ee7

Please sign in to comment.