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 4db6dff commit e50a89dCopy full SHA for e50a89d
1 file changed
test/harness/snapshot/resolver.js
@@ -18,7 +18,11 @@ const SNAPSHOT_EXTENSION = ".snap";
18
19
module.exports = {
20
// Example test path, used for preflight consistency check of the implementation above
21
- testPathForConsistencyCheck: "some/__tests__/example.test.js",
+ testPathForConsistencyCheck: path.join(
22
+ "some",
23
+ "__tests__",
24
+ "example.test.js"
25
+ ),
26
27
/**
28
* Resolves from test to snapshot path
0 commit comments