1
Fork 0
mmkr/jest.config.js

4 lines
67 B
JavaScript

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