We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebaeff commit a66b157Copy full SHA for a66b157
1 file changed
src/softAssertService.ts
@@ -1,6 +1,6 @@
1
import type { Services } from '@wdio/types'
2
import type { Frameworks } from '@wdio/types'
3
-import { SoftAssertService } from './softAssert'
+import { SoftAssertService } from './softAssert.js'
4
5
export interface SoftAssertionServiceOptions {
6
autoAssertOnTestEnd?: boolean;
0 commit comments