Skip to content

Commit 0c00d1b

Browse files
authored
fix: require .js extension once integrated in wdio (#1974)
Fix error once integrated in wdio. See webdriverio/webdriverio#14953 (comment)
1 parent d1c0527 commit 0c00d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matchers/snapshot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { AssertionError } from 'node:assert'
33

44
import { expect } from 'expect'
55
import { stripSnapshotIndentation } from '@vitest/snapshot'
6-
import { SnapshotService } from '../snapshot'
6+
import { SnapshotService } from '../snapshot.js'
77

88
interface InlineSnapshotOptions {
99
inlineSnapshot: string

0 commit comments

Comments
 (0)