Skip to content

Commit 87dfa7f

Browse files
authoredFeb 7, 2021
Update Header.spec.tsx
1 parent 5a31438 commit 87dfa7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ui/header/Header.spec.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ describe('Test React Multi Component Header', () => {
1313

1414
expect(logoDiv).toBeTruthy();
1515
expect(imgName).toBe('Jump Logo');
16-
expect(h1[0]).toHaveTextContent('Jump App v2.3 DEV');
16+
expect(h1[0]).toHaveTextContent('Jump App v2.');
1717
});
1818
});

0 commit comments

Comments
 (0)
Please sign in to comment.