Skip to content

Commit 8990f3d

Browse files
masih-developerASafaeirad
authored andcommitted
fix: add missing line breaks in test cases for better readability
1 parent d2af1a7 commit 8990f3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ describe('title', () => {
1111

1212
it('should', () => {
1313
console.log('Spec example');
14+
15+
expect(true).toBe(true);
1416
});
17+
1518
it('should 2', () => {
1619
console.log('Spec example 2');
20+
1721
expect(true).toBe(true);
1822
expect(true).toBe(true);
1923
});

0 commit comments

Comments
 (0)