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

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