dilantha_link-formatter/jest.config.js
2024-12-07 10:30:51 +11:00

6 lines
155 B
JavaScript

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