Skip to content

Commit d9c2967

Browse files
committed
chore: add test config
1 parent 1e406b1 commit d9c2967

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

jest.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)