Skip to content

Commit 8d82deb

Browse files
committed
Remove unused argument
1 parent 1b36660 commit 8d82deb

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

lib/step-definitions.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ import {
2525
import { ensureIsAbsolute, ensureIsRelative } from "./helpers";
2626

2727
export async function getStepDefinitionPaths(
28-
configuration: {
29-
cypress: ICypressConfiguration;
30-
preprocessor: IPreprocessorConfiguration;
31-
},
3228
stepDefinitionPatterns: string[]
3329
): Promise<string[]> {
3430
const files = (

lib/template.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ export async function compile(
6767
);
6868

6969
const stepDefinitionPaths = await getStepDefinitionPaths(
70-
{
71-
cypress: configuration,
72-
preprocessor,
73-
},
7470
stepDefinitionPatterns
7571
);
7672

0 commit comments

Comments
 (0)