Convert from tape test harness to ava, address minor declaration file issue.

This commit is contained in:
David Anson 2021-01-10 20:46:00 -08:00
parent 80069552b4
commit 49945d6601
12 changed files with 665 additions and 679 deletions

View file

@ -310,7 +310,7 @@ type LintError = {
/**
* Fix information.
*/
fixInfo: FixInfo;
fixInfo?: FixInfo;
};
/**
* Fix information.