mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-17 19:50:43 +00:00
test: clarify archive path accepted paths
This commit is contained in:
@@ -30,7 +30,7 @@ describe("archive path helpers", () => {
|
||||
});
|
||||
|
||||
it.each(["", ".", "./"])("accepts empty-like entry paths: %j", (entryPath) => {
|
||||
expect(() => validateArchiveEntryPath(entryPath)).not.toThrow();
|
||||
expect(validateArchiveEntryPath(entryPath)).toBeUndefined();
|
||||
});
|
||||
|
||||
it.each([
|
||||
|
||||
Reference in New Issue
Block a user