export async function postcondition({readJSON, assert}) {
    const config = await readJSON(filename);
    assert(config[type]?.[key] === undefined);
}