mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 06:05:37 +07:00
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
reporters: ["default", "jest-junit"]
|
|
};
|