1
0
Fork 0
mirror of https://github.com/quantum5/qcal.git synced 2025-04-25 02:01:56 -04:00
qcal/common/jest.config.js
2023-04-22 21:57:03 -04:00

7 lines
161 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
globalSetup: './global-setup.js',
};