mirror of
https://github.com/quantum5/qcal.git
synced 2025-04-24 09:41:57 -04:00
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
|
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||
|
module.exports = {
|
||
|
preset: 'ts-jest',
|
||
|
testEnvironment: 'node',
|
||
|
};
|