Files
keyvault/client/jest.config.ts
Bastian Wagner 22dc6033c9 testing
2024-11-28 11:45:36 +01:00

8 lines
180 B
TypeScript

import type { Config } from 'jest';
const jestConfig: Config = {
preset: 'jest-preset-angular',
setupFilesAfterEnv: ['<rootDir>/setup-jest.ts'],
};
export default jestConfig;