Skip to content

Commit 59cf409

Browse files
newyork-anthonyngNimaSoroush
authored andcommitted
Fix Jest example link (#63)
1 parent a92dddd commit 59cf409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ describe('tests differencify', () => {
8585
});
8686
});
8787
```
88-
As you can see, you don't need to return `result` as `toMatchSnapshot` will automatically validate result. See more jest examples [here](src/integration.tests/integration.tests.js).
88+
As you can see, you don't need to return `result` as `toMatchSnapshot` will automatically validate result. See more jest examples [here](src/integration.tests/integration.test.js).
8989

9090
### Test <span style="color:green">PASS</span>
9191

0 commit comments

Comments
 (0)