core/jest.config.js
2021-01-19 22:02:33 +09:00

4 lines
66 B
JavaScript

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