Files
bruno/packages/bruno-common/jest.config.js
2024-01-27 14:07:49 +05:30

6 lines
123 B
JavaScript

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