plutoapi-v2/jest.config.js
Patrick Mueller eeace68b7b
All checks were successful
Jenkins Production Deployment
Fuck npm
2022-06-25 12:41:49 +02:00

9 lines
161 B
JavaScript

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