diff --git a/code/lib/node-logger/src/index.test.ts b/code/lib/node-logger/src/index.test.ts index abd54e5f211..40188dbc8ce 100644 --- a/code/lib/node-logger/src/index.test.ts +++ b/code/lib/node-logger/src/index.test.ts @@ -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);