1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Initial TizenOS receiver commit

This commit is contained in:
Michael Hollister 2025-02-13 17:33:21 -06:00
parent 8c2eb78ef5
commit 2e5746645f
40 changed files with 9881 additions and 0 deletions

View file

@ -0,0 +1,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['<rootDir>/test/**/*.test.ts'],
modulePathIgnorePatterns: ["<rootDir>/packaging/fcast/fcast-receiver-linux-x64/resources/app/package.json"],
};