copykitku/jest.config.js
2021-02-22 19:31:58 +01:00

5 lines
70 B
JavaScript

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