UNPKG

@treecg/ldes-orchestrator

Version:

Fills the gaps that a Linked Data Platform (LDP) cannot do by itself for creating a Linked Data Event Stream (LDES) in LDP.

22 lines (21 loc) 557 B
module.exports = { clearMocks: true, moduleFileExtensions: ['ts', 'js'], roots: ['<rootDir>/tests/'], testEnvironment: 'node', transform: { '^.+\\.ts?$': 'ts-jest', }, setupFilesAfterEnv: ['jest-extended'], globals: { 'ts-jest': { diagnostics: false, }, }, moduleNameMapper: { '^jose/(.*)$': '<rootDir>/node_modules/jose/dist/node/cjs/$1', }, globalSetup: '<rootDir>/tests/global-setup.ts', globalTeardown: '<rootDir>/tests/global-teardown.ts', testTimeout: 60000, }