From 65680dd6228a43e00612f7cda257b86371425262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Fri, 17 May 2024 16:53:13 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=94=A7=20forcing=20a=20failure?= =?UTF-8?q?=20to=20test=20notifications"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 324fa577654901df9b1f73ed40b5656630f44e3d. --- frontend/src/services/vat.test.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/services/vat.test.js b/frontend/src/services/vat.test.js index 24500b0d..35ce623e 100644 --- a/frontend/src/services/vat.test.js +++ b/frontend/src/services/vat.test.js @@ -18,7 +18,4 @@ describe('vat-nif conversion test', () => { it('if falsable return null', () => { expect(vat2nif(false)).toBe(null) }) - it('REMOVEME ITS JUT FOR TESTING CI', () => { - expect(false).toBe(true) - }) })