Skip to content

Commit e2599d2

Browse files
committed
tests: setEmoji in logger.test.js
1 parent 824807e commit e2599d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/logger.test.js

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

0 commit comments

Comments
 (0)