util.ts 248 B

1234
  1. // aesthetic utility for making test-d.ts look more like actual tests
  2. // and makes it easier to navigate test cases with folding
  3. // it's a noop since test-d.ts files are not actually run.
  4. export function describe(_name: string, _fn: () => void) {}