it('should throw error if csv has nesting without parent', async () => {
        const { _id } = await thesauri.save({ name: 'nestedThesauri3' });

        const csv = `English, Spanish, French
        - value2, - valor2,  -valeur2`;