1
0
mirror of https://github.com/usebruno/bruno.git synced 2025-03-10 12:28:41 +01:00
bruno/packages/bruno-common/jest.config.js
Anoop M D f2a187d5fe
feat(): string interpolation ()
* feat(): string interpolation

* chore: deleted file commited accidentally
2024-01-28 18:07:25 +05:30

6 lines
123 B
JavaScript

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