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