advent-of-code-2023/jest.config.js

5 lines
123 B
JavaScript
Raw Normal View History

2023-12-02 09:30:47 +00:00
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};