nork/framework/skeletons/express-ts/jest.config.js
2021-08-14 15:55:17 +02:00

5 lines
135 B
JavaScript

/** @type {import('@ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};