mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
f2a187d5fe
* feat(#1460): string interpolation * chore: deleted file commited accidentally
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node'
|
|
};
|