gplint
Version:
A Gherkin linter/validator written in Javascript.
5 lines • 298 B
TypeScript
import { Documentation, GherkinData, RuleError } from '../types.js';
export declare const name = "no-dupe-feature-names";
export declare function run({ feature, file }: GherkinData): RuleError[];
export declare const documentation: Documentation;
//# sourceMappingURL=no-dupe-feature-names.d.ts.map