You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found this issue when running ecstatic in test/public.
Response is served when the middleware in autoIndex switch found 404.html while trying to serve index.html, so showDir() is never called.
Because of this issue, I cannot add test case for showDir() (so #86 was not covered in the test).
The text was updated successfully, but these errors were encountered:
Found this issue when running
ecstatic
intest/public
.Response is served when the middleware in
autoIndex
switch found404.html
while trying to serveindex.html
, soshowDir()
is never called.Because of this issue, I cannot add test case for
showDir()
(so #86 was not covered in the test).The text was updated successfully, but these errors were encountered: