@o3r/testing
Version:
The module provides testing (e2e, unit test) utilities to help you build your own E2E pipeline integrating visual testing.
12 lines • 391 B
TypeScript
import { Rule } from '@angular-devkit/schematics';
/**
* Add fixture configuration
* @param options @see RuleFactory.options
* @param options.projectName
* @param options.testingFramework
*/
export declare function updateFixtureConfig(options: {
projectName?: string | null | undefined;
testingFramework?: string | null | undefined;
}): Rule;
//# sourceMappingURL=index.d.ts.map