Update tests.luau

This commit is contained in:
2025-09-25 20:10:01 -04:00
parent eb617a454f
commit 20d437490c
+1 -1
View File
@@ -5,7 +5,7 @@ local compression = require("../lib/compression")
local types = require("../lib/types") local types = require("../lib/types")
function testFolder(callback: (file: string, opts: types.opts) -> boolean, opts: types.opts, folderPath: string): {boolean} function testFolder(callback: (file: string, opts: types.opts) -> string | boolean, opts: types.opts, folderPath: string): {boolean}
local results = {} local results = {}
local folder = fs.readDir(folderPath) local folder = fs.readDir(folderPath)
for _, file in pairs(folder) do for _, file in pairs(folder) do