Skip to content

Commit 2e3eb32

Browse files
committed
CCM-11438 Missing new line
1 parent f18ab9c commit 2e3eb32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/__tests__/utils/kebab-case.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ describe('toKebabCase', () => {
88
it('returns empty string for only symbols', () => {
99
expect(toKebabCase('!!!')).toBe('');
1010
});
11+
1112
it('converts spaces to hyphens', () => {
1213
expect(toKebabCase('this is a test')).toBe('this-is-a-test');
1314
});

0 commit comments

Comments
 (0)