mirror of
https://github.com/barkeser2002/mcsleepingserverstarter.git
synced 2026-09-25 10:55:55 +03:00
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
}; |