Skip to content

Commit

Permalink
fix typings oops
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Feb 11, 2022
1 parent 770ffcc commit 1329522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data-context/src/sources/migration/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export function moveSpecFiles (projectRoot: string, specs: SpecToMove[]) {
})
}

export async function cleanupIntegrationFolder (projectRoot: string) {
export async function cleanUpIntegrationFolder (projectRoot: string) {
const integrationPath = path.join(projectRoot, 'cypress', 'integration')

try {
Expand Down

0 comments on commit 1329522

Please sign in to comment.