DeepResearch / jest.config.js
zhengr's picture
init
0bcc252
raw
history blame contribute delete
157 Bytes
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/__tests__/**/*.test.ts'],
setupFiles: ['<rootDir>/jest.setup.js'],
};