1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2025-06-06 22:16:15 +02:00
The-API-Book/jest.config.js

5 lines
123 B
JavaScript
Raw Normal View History

2023-07-30 15:25:21 +03:00
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};