Skip to content

Commit ccb6476

Browse files
committed
tests(logger): removed setEmoji
1 parent f1d5461 commit ccb6476

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/logger.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,4 @@ describe('Logger', () => {
3636
'🐛 Debug message example'
3737
);
3838
});
39-
40-
test('should update emoji to Logger.debug', () => {
41-
expect(Logger.setEmoji('info', '🦁')).toEqual('🦁');
42-
});
4339
});

0 commit comments

Comments
 (0)