export type TestSuite = {[key: string]: () => Promise} export function testSuite(suite: TestSuite) { return suite }