Fix a lint error in a spec file

This commit is contained in:
Eric Schultz 2020-11-06 16:01:17 -06:00 committed by Eric Schultz
parent c9a1bdb3e4
commit ed62f02b53

View file

@ -24,6 +24,7 @@ describe("yup", () => {
// This is the equivalent of getting errors from the FormikContext
/* eslint-disable-next-line @typescript-eslint/no-explicit-any */
let errors:any = null;
try {
await validateYupSchema({name: "not 20 chars"}, schema, false);