it('should translate without char', async () => {
    const res = await translate('')
    expect(res.text).toBe('')
  })