mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
6 lines
234 B
JavaScript
6 lines
234 B
JavaScript
![]() |
module.exports = {
|
||
|
preset: 'ts-jest',
|
||
|
testEnvironment: 'node',
|
||
|
testMatch: ['<rootDir>/test/**/*.test.ts'],
|
||
|
modulePathIgnorePatterns: ["<rootDir>/packaging/fcast/fcast-receiver-linux-x64/resources/app/package.json"],
|
||
|
};
|