mmkr/jest.config.js
2021-04-13 20:49:29 -04:00

4 lines
67 B
JavaScript

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