1
0
Fork 0
mirror of synced 2026-06-05 19:18:19 +00:00
harden-runner/jest.config.ts
2023-07-24 11:30:49 -07:00

5 lines
133 B
TypeScript

/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
export default {
preset: 'ts-jest',
testEnvironment: 'node',
};