Test fail Jenkins

This commit is contained in:
Anthony Dumas 2020-10-04 01:05:18 +02:00
parent e2991419ee
commit 9dcae07598

View File

@ -3,3 +3,7 @@ import test from 'ava';
test('base', t => { test('base', t => {
t.pass(); t.pass();
}); });
test('base2', t => {
t.fail();
});