1
0
mirror of https://github.com/usebruno/bruno.git synced 2025-03-31 18:36:07 +02:00
bruno/packages/bruno-query/jest.config.js
2023-02-19 22:48:34 -06:00

5 lines
123 B
JavaScript

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