mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-19 22:02:49 +00:00
Finished implementation of old crypto system as much until course change.
This commit is contained in:
parent
137a6f3178
commit
b8bd78d90d
20 changed files with 4143 additions and 118 deletions
6
receivers/electron/jest.config.js
Normal file
6
receivers/electron/jest.config.js
Normal 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"],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue