1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2025-06-12 22:17:33 +02:00
Files
The-API-Book/jest.config.js
Sergey Konstantinov 38e97cceb2 live examples continued
2023-07-30 15:25:21 +03:00

5 lines
123 B
JavaScript

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