minus logs
This commit is contained in:
parent
0e425bc161
commit
652c001776
@ -11,7 +11,6 @@ test('.ods file with table:number-columns-repeated attribute in cell', async t =
|
|||||||
|
|
||||||
const feuille1 = table.get('Feuille 1')
|
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`)
|
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')
|
const feuille1 = table.get('Feuille1')
|
||||||
|
|
||||||
console.log('yo dates', feuille1)
|
|
||||||
|
|
||||||
const row1 = feuille1[0]
|
const row1 = feuille1[0]
|
||||||
t.deepEqual(row1[0].value, 'Nom')
|
t.deepEqual(row1[0].value, 'Nom')
|
||||||
t.deepEqual(row1[1].value, 'Date de naissance')
|
t.deepEqual(row1[1].value, 'Date de naissance')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user