mirror of
https://github.com/Kong/insomnia.git
synced 2026-05-18 21:55:38 -04:00
10 lines
188 B
JavaScript
10 lines
188 B
JavaScript
/** @type { import('@jest/types').Config.InitialOptions } */
|
|
module.exports = {
|
|
preset: '../../jest-preset.js',
|
|
globals: {
|
|
'ts-jest': {
|
|
isolatedModules: true,
|
|
},
|
|
},
|
|
};
|