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',
};