Skip to content

Commit a66b157

Browse files
Add .js extension to the softAssert library (#1843)
1 parent 2ebaeff commit a66b157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/softAssertService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Services } from '@wdio/types'
22
import type { Frameworks } from '@wdio/types'
3-
import { SoftAssertService } from './softAssert'
3+
import { SoftAssertService } from './softAssert.js'
44

55
export interface SoftAssertionServiceOptions {
66
autoAssertOnTestEnd?: boolean;

0 commit comments

Comments
 (0)