Skip to content

Commit b8a5d6b

Browse files
committed
fresh should include cc:ma
1 parent 080dfbd commit b8a5d6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lib/templates.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ function makeTemplate (template) {
77
export const fresh = makeTemplate({
88
response_headers: [
99
['Expires', 100000],
10+
['Cache-Control', 'max-age=100000'],
1011
['Last-Modified', 0],
1112
['Date', 0]
1213
]

0 commit comments

Comments
 (0)