We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31984ad commit 5980143Copy full SHA for 5980143
__tests__/ctrf/helpers.test.ts
@@ -21,14 +21,10 @@ describe('getEmoji', () => {
21
expect(getEmoji('build')).toBe('🏗️')
22
})
23
24
- it('returns the correct emoji for "duration"', () => {
+ it('returns the correct emoji for "duratioppn"', () => {
25
expect(getEmoji('duration')).toBe('⏱️')
26
27
28
- it('returns the correct emoji for "flaky"', () => {
29
- expect(getEmoji('flaky')).toBe('🍂')
30
- })
31
-
32
it('returns the correct emoji for "tests"', () => {
33
expect(getEmoji('tests')).toBe('📝')
34
0 commit comments