Skip to content

Commit ea2ffbd

Browse files
committed
test(preconditions): add test case
1 parent 7d6729d commit ea2ffbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

preconditions/utils_test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ describe("ifRange", () => {
234234
[`""`, { etag: `"` }],
235235
[`""`, {}],
236236
[`Sep`, { lastModified: "" }],
237+
[`Mon, 06 Mar 2023 12:00:01 GMT`, { lastModified: "" }],
237238
];
238239

239240
table.forEach(([filedValue, headers]) => {

0 commit comments

Comments
 (0)