1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-01-03 00:49:15 +00:00
Files
haste-server/config/jest.config.js
2022-05-27 15:04:54 +02:00

9 lines
206 B
JavaScript

/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
rootDir: './',
testRegex: '\\.test\\.ts$',
reporters: ['default']
}