@kaspersky/dev-tools
Version:
Development tools and configs for Babel, ESLint and TypeScript
8 lines (7 loc) • 333 B
TypeScript
/**
* Function to parse second argument form jest call. Expects TEST_TYPE to follow strictly AFTER `jest` command.
* Example: jest TEST_TYPE --runInBand ...
* Applicable values for TEST_TYPE: 'base', 'e2e', 'server'.
* If no TEST_TYPE passed will use 'base' option.
*/
export function getApplicationsConfig(testType: any): any;