test('string with non-english characters', async t => {
    const {stdout} = await execa('./cli.js', ['είμαι Έλληνας!']);
    t.is(parseInt(stdout), lexisCount('είμαι Έλληνας!'));
});