Files
morten-olsen.github.io/jest.config.js
Morten Olsen 9b1a067d56 init
2023-03-27 10:46:18 +02:00

5 lines
123 B
JavaScript

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