Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into fix-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Feb 9, 2024
2 parents 1954387 + 467dc7a commit 28ff1e4
Show file tree
Hide file tree
Showing 2 changed files with 2,129 additions and 65 deletions.
13 changes: 13 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
clearMocks: true,
moduleFileExtensions: ['ts', 'js', 'mjs'],
setupFilesAfterEnv: ['./tests/mocks.jest.ts'],
testMatch: ['**/src/**/*.test.ts', '**/tests/**/*.test.ts'],
collectCoverage: true,
collectCoverageFrom: ['src/**/*.ts', 'tests/**/*.ts'],
testEnvironment: 'node',
testTimeout: 5000,
transform: {
'^.+\\.(ts|js)$': 'ts-jest',
},
};
Loading

0 comments on commit 28ff1e4

Please sign in to comment.