Skip to content

Commit df567c5

Browse files
committed
Update README.md
1 parent 2b05316 commit df567c5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,9 @@ it('should do something else but not now', () => {
628628
it('should do something else but not now', () => {
629629
});
630630
```
631+
<div align="right">
632+
<b><a href="#">↥ back to top</a></b>
633+
</div>
631634

632635
#### Note
633636

@@ -664,7 +667,9 @@ it('should update the profile view properly', () => {
664667

665668
Beware that writing "AND" or "OR" when naming your test smells bad...
666669

667-
670+
<div align="right">
671+
<b><a href="#">↥ back to top</a></b>
672+
</div>
668673

669674
### Cover the general case and the edge cases
670675

0 commit comments

Comments
 (0)