We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e406b1 commit d9c2967Copy full SHA for d9c2967
1 file changed
jest.config.js
@@ -0,0 +1,6 @@
1
+/** @type {import('@ts-jest/dist/types').InitialOptionsTsJest} */
2
+module.exports = {
3
+ preset: 'ts-jest',
4
+ testEnvironment: 'node',
5
+ testPathIgnorePatterns: ['<rootDir>/dist/', '<rootDir>/node_modules/'],
6
+};
0 commit comments