mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-06 06:17:07 +00:00
5 lines
133 B
TypeScript
5 lines
133 B
TypeScript
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
|
|
export default {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
};
|