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