harb/harb-lib/jest.config.js
2024-04-03 21:43:12 +02:00

4 lines
70 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};