I am trying to override the Func type in Mocha.
Func
It\'s authored as:
type Func = (this: Context, done: Done) => void;
I