Travis build is failing with the following error:
src/test/index.ts(11,5): error TS2345: Argument of type '{ ui: string; useColors: true; timeout: number; retries: number; }' is not assignable to parameter of type 'MochaSetupOptions'. Object literal may only specify known properties, and 'retries' does not exist in type 'MochaSetupOptions'.
Travis build is failing with the following error:
src/test/index.ts(11,5): error TS2345: Argument of type '{ ui: string; useColors: true; timeout: number; retries: number; }' is not assignable to parameter of type 'MochaSetupOptions'. Object literal may only specify known properties, and 'retries' does not exist in type 'MochaSetupOptions'.