From dc0f95b0ea4d5ce6d5a2b8a97aee1334b2da7bb5 Mon Sep 17 00:00:00 2001 From: Liliyan Krumov <6934369+segfaultincoming@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:40:15 +0300 Subject: [PATCH] Add .js extension to the softAssert library --- src/softAssertService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/softAssertService.ts b/src/softAssertService.ts index 63cc0309e..eb9507348 100644 --- a/src/softAssertService.ts +++ b/src/softAssertService.ts @@ -1,6 +1,6 @@ import type { Services } from '@wdio/types' import type { Frameworks } from '@wdio/types' -import { SoftAssertService } from './softAssert' +import { SoftAssertService } from './softAssert.js' export interface SoftAssertionServiceOptions { autoAssertOnTestEnd?: boolean;