Skip to content

Commit e978835

Browse files
committed
test: Fix dist file test
1 parent 7f65f68 commit e978835

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/unit/index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ describe('dist files', () => {
2121
// "application/octet-stream". Bun.file() does not resolve symlinks so it's
2222
// safe to infer that all these files are therefore regular files.
2323
const distFiles: [filename: string, type: string, minBytes?: number, maxBytes?: number][] = [
24+
['_headers', 'application/octet-stream'],
2425
['404.html', 'text/html;charset=utf-8', 300, 500],
2526
['android-chrome-192x192.png', 'image/png', 1385, 1387],
2627
['android-chrome-512x512.png', 'image/png', 3243, 3245],

0 commit comments

Comments
 (0)