UNPKG

@tucmc/hazel

Version:
8 lines (7 loc) 155 B
/** @type {import('ts-jest').JestConfigWithTsJest} **/ module.exports = { testEnvironment: 'node', transform: { '^.+.tsx?$': ['ts-jest', {}] } }