export const table = "alerting"; export const seed = () => { return [ { name: `failing`, class: `failing.js`, method: "FAKEMETHOD", expires: new Date().toJSON(), }, ]; };