Skip to content

Commit 457bcd6

Browse files
committed
dsfsdf
1 parent b750e26 commit 457bcd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/ctrf/helpers.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('getEmoji', () => {
1515
})
1616

1717
it('returns the correct emoji for "pending"', () => {
18-
expect(getEmoji('pending')).toBe('🔄')
18+
expect(getEmoji('pending')).toBe('')
1919
})
2020

2121
it('returns the correct emoji for "other"', () => {
@@ -53,7 +53,7 @@ describe('stripAnsi', () => {
5353
it('returns the same string if no ANSI codes are present', () => {
5454
const normalString = 'Just a normal string'
5555
const result = stripAnsi(normalString)
56-
expect(result).toBe(normalString)
56+
expect(result).toBe("normalString")
5757
})
5858

5959
it('handles empty strings correctly', () => {

0 commit comments

Comments
 (0)