Skip to content

Commit

Permalink
build: 🐛 fix jest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Sep 6, 2023
1 parent 1e841de commit 96792e9
Show file tree
Hide file tree
Showing 3 changed files with 2,838 additions and 7,811 deletions.
4 changes: 1 addition & 3 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import type { JestConfigWithTsJest } from 'ts-jest';

const jestConfig: JestConfigWithTsJest = {
const jestConfig = {
testEnvironment: 'node',
transform: {
'\\.(js|ts|jsx|tsx)$': 'babel-jest',
Expand Down
Loading

0 comments on commit 96792e9

Please sign in to comment.