1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-01 03:21:21 +00:00
haste-server/config/jest.config.js

9 lines
207 B
JavaScript
Raw Permalink Normal View History

2022-05-27 13:04:54 +00:00
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
2022-05-27 13:22:24 +00:00
rootDir: '../',
2022-05-27 13:04:54 +00:00
testRegex: '\\.test\\.ts$',
reporters: ['default']
}