Skip to content

Commit

Permalink
Get unit tests working without ts-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Nov 11, 2024
1 parent 739c435 commit c93dcd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 183 deletions.
2 changes: 0 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
export default {
verbose: true,
testEnvironment: 'node',
transformIgnorePatterns: [],
moduleDirectories: ['node_modules', 'src'],
};
185 changes: 5 additions & 180 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"gts": "^5.3.1",
"jest": "^29.7.0",
"rollup": "^4.25.0",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.11",
"typescript": "^5.6.3"
}
Expand Down

0 comments on commit c93dcd8

Please sign in to comment.