horarios-v3/jest.config.js

6 lines
128 B
JavaScript
Raw Normal View History

2022-10-14 14:52:47 +00:00
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
};