diff --git a/src/softAssertService.ts b/src/softAssertService.ts index eb9507348..3cc6aaf8b 100644 --- a/src/softAssertService.ts +++ b/src/softAssertService.ts @@ -1,5 +1,4 @@ -import type { Services } from '@wdio/types' -import type { Frameworks } from '@wdio/types' +import type { Services, Frameworks } from '@wdio/types' import { SoftAssertService } from './softAssert.js' export interface SoftAssertionServiceOptions {