undo example test failure

This commit is contained in:
Yann Braga 2022-11-04 10:52:46 +01:00
parent 5637366469
commit f1176ca03e

View File

@ -8,9 +8,6 @@ jest.mock('npmlog', () => ({
}));
describe('node-logger', () => {
it('should fail', () => {
expect(true).toBe(false);
})
it('should have an info method', () => {
const message = 'information';
logger.info(message);