test('getDiff only keys', async () => {
    const expectedPath = path.format({ dir, name: `result-${format}-key-only.txt` });
    const expected = await fs.readFile(expectedPath, 'utf8');

    const result = genDiff(beforePath, afterPath, { format, keyOnly: true });