From aa8fe201c95d03122adac4488431d7b8a7f4e9b6 Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Sun, 4 Oct 2020 01:06:53 +0200 Subject: [PATCH] =?UTF-8?q?Remise=20en=20route=20de=20Jenkins=20apr=C3=A8s?= =?UTF-8?q?=20un=20brillant=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test.js b/test.js index ecdd2b9..8a9216f 100644 --- a/test.js +++ b/test.js @@ -2,8 +2,4 @@ import test from 'ava'; test('base', t => { t.pass(); -}); - -test('base2', t => { - t.fail(); }); \ No newline at end of file