qcal/common/jest.config.js
2023-04-21 02:34:54 -04:00

5 lines
123 B
JavaScript

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