mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
8 lines
206 B
TypeScript
8 lines
206 B
TypeScript
import server from '@rocket.chat/jest-presets/server';
|
|
import type { Config } from 'jest';
|
|
|
|
export default {
|
|
preset: server.preset,
|
|
testMatch: ['<rootDir>/src/**/*.spec.(ts|js|mjs)'],
|
|
} satisfies Config;
|