qcal/common/jest.config.js

7 lines
161 B
JavaScript
Raw Normal View History

2023-04-21 02:21:12 -04:00
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
2023-04-22 19:02:25 -04:00
testEnvironment: 'jsdom',
globalSetup: './global-setup.js',
};