Skip to content

Commit 60511a0

Browse files
committed
Update README.md
1 parent 062fbe3 commit 60511a0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,9 @@ it('should sanitize a filename containing more than one dot', () => {
278278
expect(sanitizeString('my.name.zip')).toBe('my-name.zip');
279279
});
280280
```
281-
282-
281+
<div align="right">
282+
<b><a href="#">↥ back to top</a></b>
283+
</div>
283284

284285
### Don't write unnecessary expectations
285286

@@ -311,7 +312,9 @@ it('should multiply the number passed as parameter and subtract one', () => {
311312

312313
This will improve maintainability. Your test is no longer tied to implementation details.
313314

314-
315+
<div align="right">
316+
<b><a href="#">↥ back to top</a></b>
317+
</div>
315318

316319
### Properly setup the actions that apply to all the tests involved
317320

0 commit comments

Comments
 (0)