copykitku/jest.config.js

6 lines
88 B
JavaScript

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