copykitku/jest.config.js
2021-02-26 00:47:02 +01:00

6 lines
88 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
rootDir: 'src',
};