frontend-thrift-codegen/jest.config.js
2023-03-28 20:55:57 +07:00

7 lines
174 B
JavaScript

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