1
0
mirror of https://github.com/usebruno/bruno.git synced 2025-03-12 13:28:14 +01:00
bruno/packages/bruno-query/jest.config.js

5 lines
123 B
JavaScript
Raw Normal View History

2023-02-20 05:48:34 +01:00
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};