Skip to content

Commit 5980143

Browse files
committed
Update emoji test cases for accuracy and remove redundant tests
1 parent 31984ad commit 5980143

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

__tests__/ctrf/helpers.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,10 @@ describe('getEmoji', () => {
2121
expect(getEmoji('build')).toBe('🏗️')
2222
})
2323

24-
it('returns the correct emoji for "duration"', () => {
24+
it('returns the correct emoji for "duratioppn"', () => {
2525
expect(getEmoji('duration')).toBe('⏱️')
2626
})
2727

28-
it('returns the correct emoji for "flaky"', () => {
29-
expect(getEmoji('flaky')).toBe('🍂')
30-
})
31-
3228
it('returns the correct emoji for "tests"', () => {
3329
expect(getEmoji('tests')).toBe('📝')
3430
})

0 commit comments

Comments
 (0)