0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/integration-tests/jest.config.ts
renovate[bot] 0ade7fd492
chore(deps): update dependency jest-environment-jsdom to v29 (#1816)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gao Sun <gao@silverhand.io>
2022-11-04 10:58:53 +08:00

8 lines
230 B
TypeScript

import type { Config } from '@silverhand/jest-config';
import { merge } from '@silverhand/jest-config';
const config: Config.InitialOptions = merge({
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
});
export default config;