1
0
mirror of https://github.com/usebruno/bruno.git synced 2025-01-17 11:29:04 +01:00
bruno/packages/bruno-common/jest.config.js

6 lines
123 B
JavaScript
Raw Normal View History

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