Skip to content

Commit

Permalink
removing unnecessary ts-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie ⚡ committed Sep 5, 2022
1 parent 36279cc commit 90b55ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 404 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const customJestConfig = {
// Add more setup options before each test is run
// setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
// if using TypeScript with a baseUrl set to the root directory then you need the below for alias' to work
preset: "ts-jest",
moduleDirectories: ["node_modules", "<rootDir>/"],
testEnvironment: "jest-environment-jsdom",
};
Expand Down
Loading

1 comment on commit 90b55ff

@vercel
Copy link

@vercel vercel bot commented on 90b55ff Sep 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.