diff --git a/frontend/src/services/vat.test.js b/frontend/src/services/vat.test.js index 24500b0..35ce623 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) - }) })