1
0
Fork 0
mirror of synced 2026-06-05 16:15:14 +00:00
harden-runner/jest.config.js

5 lines
No EOL
134 B
JavaScript

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