honojs-middleware/packages/typia-validator/jest.config.js

9 lines
247 B
JavaScript

module.exports = {
testMatch: ['**/test-generated/**/*.+(ts|tsx|js)'],
testPathIgnorePatterns: ['/node_modules/', '/dist/', '/.history/'],
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest',
},
testEnvironment: 'miniflare',
}