Skip to content

Commit

Permalink
Just test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ire4ever1190 committed Dec 17, 2024
1 parent 6cac798 commit 7938d80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/testStaticFiles.nim
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ suite "Static files":
check getResp.headers == headResp.headers
# Write back to future tests dont fail
testFilePath.writeFile(testHtml)

test "Works extra folder deep":
let resp = get("/static/extra/another.html")
check resp.body == "hello"
when false:
test "Works extra folder deep":
let resp = get("/static/extra/another.html")
check resp.body == "hello"

0 comments on commit 7938d80

Please sign in to comment.