Skip to content

Commit

Permalink
fix: remove setup tests for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhenry committed Feb 22, 2024
1 parent ced891b commit 0d0dd74
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 250 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
setupFilesAfterEnv: ['./test/setupJest.ts'],
testRegex: '(/__tests__/.*|\\.(test|spec))\\.[tj]sx?$',
testEnvironment: 'node',
moduleDirectories: ['node_modules', 'src'],
Expand Down
Loading

0 comments on commit 0d0dd74

Please sign in to comment.