advent-of-code-2023/jest.config.js
2023-12-02 09:30:47 +00:00

5 lines
123 B
JavaScript

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