Fix a lint error in a spec file
This commit is contained in:
parent
c9a1bdb3e4
commit
ed62f02b53
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue