sboulema_mtg-deck/jest.config.js
Samir L. Boulema c9914e55ea Initial commit
Co-authored-by: Copilot <copilot@github.com>
2026-04-30 19:51:30 +02:00

8 lines
No EOL
287 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} */
// import {defaults} from 'jest-config';
module.exports = {
preset: 'ts-jest',
setupFiles: ['<rootDir>/jest/globalSetup.ts'],
testEnvironment: 'jest-environment-jsdom',
testRegex: '(/test/.*|(\\.|/)(test|spec))\\.[jt]sx?$'
};