bot/jest.config.js
2023-01-28 18:10:38 +09:00

5 lines
No EOL
123 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};