it('should translate thesauri values to french', async () => {
      const french = await getTranslation('fr', thesauriId);

      expect(Object.keys(french).length).toBe(5);