Files
mcsleepingserverstarter/jest.config.js
T
2023-04-03 13:16:38 +02:00

5 lines
123 B
JavaScript

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