// similar to mocha `it` export type TestAdder = ( name: string, runTest: () => Promise ) => Promise