Skip to content

Commit

Permalink
knip: remove unused exports
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Dec 5, 2024
1 parent 912e0b2 commit 201cb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generate/formatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {

const supportsTags = playwrightVersion >= '1.42.0';

export type StepFixtureName = 'Given' | 'When' | 'Then' | 'And' | 'But';
type StepFixtureName = 'Given' | 'When' | 'Then' | 'And' | 'But';
export type ImportTestFrom = {
file: string;
varName?: string;
Expand Down

0 comments on commit 201cb9e

Please sign in to comment.