We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f65f68 commit e978835Copy full SHA for e978835
1 file changed
test/unit/index.test.ts
@@ -21,6 +21,7 @@ describe('dist files', () => {
21
// "application/octet-stream". Bun.file() does not resolve symlinks so it's
22
// safe to infer that all these files are therefore regular files.
23
const distFiles: [filename: string, type: string, minBytes?: number, maxBytes?: number][] = [
24
+ ['_headers', 'application/octet-stream'],
25
['404.html', 'text/html;charset=utf-8', 300, 500],
26
['android-chrome-192x192.png', 'image/png', 1385, 1387],
27
['android-chrome-512x512.png', 'image/png', 3243, 3245],
0 commit comments