Forked from
Eclipse Projects / xfsc / Organization Credential Manager / OCM-Engine
391 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
jest.config.js 185 B
import config from '../jest.config.js';
/** @type {import('jest').Config} */
export default {
...config,
testTimeout: 12000,
rootDir: '.',
testRegex: '.*\\.e2e-spec\\.ts$',
};