Fix linting

This commit is contained in:
Jon Staab
2025-04-29 09:26:01 -07:00
parent ed10a620a7
commit 8a153283de
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ describe("Tools", () => {
describe("displayList", () => {
it("should return an empty string when the list is empty", () => {
const list = []
const list: string[] = []
const output = T.displayList(list)
expect(output).toEqual("")