This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
people/src/frontend/packages/i18n/jest.config.ts

8 lines
114 B
TypeScript
Raw Normal View History

export default {
rootDir: './',
testEnvironment: 'node',
transform: {
'^.+\\.(ts)$': 'ts-jest',
},
};