Skip to content

Commit 7f27611

Browse files
Fix syntax bug in readme file
In this url https://github.com/goldbergyoni/javascript-testing-best-practices#-%EF%B8%8F29-isolate-the-component-from-the-world-using-http-interceptor There is a syntax error in the Code Examples section that causes the next item to be included in the code example.
1 parent fb28fdb commit 7f27611

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,8 @@ beforeEach(() => {
10201020
id: 1,
10211021
name: 'John',
10221022
});
1023-
});```
1023+
});
1024+
```
10241025

10251026
</details>
10261027

0 commit comments

Comments
 (0)