laconic-registry-cli/jest.config.js
2023-03-24 17:02:38 +05:30

5 lines
123 B
JavaScript

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