otto/jest.config.js

5 lines
70 B
JavaScript

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