From b211e6cbd7e5e5a7b22a252111eb80abd25b0a18 Mon Sep 17 00:00:00 2001 From: Tiago Boeing Date: Tue, 30 Jan 2024 14:23:25 -0300 Subject: [PATCH] Unit tests --- src/@core/health/health.controller.spec.ts | 2 -- test-report.xml | 32 +++++++++++----------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/src/@core/health/health.controller.spec.ts b/src/@core/health/health.controller.spec.ts index 1aff134..887259c 100644 --- a/src/@core/health/health.controller.spec.ts +++ b/src/@core/health/health.controller.spec.ts @@ -10,8 +10,6 @@ import environments from '../environments'; import { HealthController } from './health.controller'; describe('HealthController', () => { - jest.useFakeTimers(); - let controller: HealthController; const spyMicroserviceHealth = createMock({ diff --git a/test-report.xml b/test-report.xml index 2c2c7e0..f0a53d9 100644 --- a/test-report.xml +++ b/test-report.xml @@ -1,14 +1,14 @@ - - + + - - + + - + @@ -18,23 +18,23 @@ - - - + + + - + - + - - - - + + + + - + - + \ No newline at end of file