From 9dcae075981529636eeb59d45bad4812ff88ae36 Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Sun, 4 Oct 2020 01:05:18 +0200 Subject: [PATCH] Test fail Jenkins --- test.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test.js b/test.js index 8a9216f..ecdd2b9 100644 --- a/test.js +++ b/test.js @@ -2,4 +2,8 @@ import test from 'ava'; test('base', t => { t.pass(); +}); + +test('base2', t => { + t.fail(); }); \ No newline at end of file