Skip to content

Commit e50a89d

Browse files
committed
windows
1 parent 4db6dff commit e50a89d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

test/harness/snapshot/resolver.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ const SNAPSHOT_EXTENSION = ".snap";
1818

1919
module.exports = {
2020
// Example test path, used for preflight consistency check of the implementation above
21-
testPathForConsistencyCheck: "some/__tests__/example.test.js",
21+
testPathForConsistencyCheck: path.join(
22+
"some",
23+
"__tests__",
24+
"example.test.js"
25+
),
2226

2327
/**
2428
* Resolves from test to snapshot path

0 commit comments

Comments
 (0)