From 652c00177669a5aab5222dc6f84afa9a709df902 Mon Sep 17 00:00:00 2001 From: David Bruant Date: Mon, 8 Jul 2024 15:21:47 +0200 Subject: [PATCH] minus logs --- tests/ods-files.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/ods-files.js b/tests/ods-files.js index a785794..8fdb352 100644 --- a/tests/ods-files.js +++ b/tests/ods-files.js @@ -11,7 +11,6 @@ test('.ods file with table:number-columns-repeated attribute in cell', async t = const feuille1 = table.get('Feuille 1') - console.log('yo repeated', feuille1) t.deepEqual(feuille1[0].length, feuille1[1].length, `First and second row should have the same number of columns`) }); @@ -23,8 +22,6 @@ test('.ods cells with dates should be recognized', async t => { const feuille1 = table.get('Feuille1') - console.log('yo dates', feuille1) - const row1 = feuille1[0] t.deepEqual(row1[0].value, 'Nom') t.deepEqual(row1[1].value, 'Date de naissance')