We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1853b4 commit 2113559Copy full SHA for 2113559
test/basic.spec.ts
@@ -135,7 +135,7 @@ test("expire", async () => {
135
await testExpireParse("1d", 86400)
136
await testExpireParse("100d", 2592000) // longer expiration will be clipped to 30d
137
await testExpireParse("100 m", 6000)
138
- await testExpireParse("", 1209600)
+ await testExpireParse("", 604800)
139
140
const testFailParse = async (expire: string) => {
141
const uploadResponse = await workerFetch(ctx, new Request(BASE_URL, {
0 commit comments