export async function postcondition({readJSON, assert}) {
    await contains({
        assert,
        read: () => readJSON(filename),
        test: (contents) => assert.deepStrictEqual(contents, expected),