mirror of
https://github.com/sboulema/mtg-deck.git
synced 2026-07-22 06:50:39 +00:00
8 lines
No EOL
287 B
JavaScript
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?$'
|
|
}; |