We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8136769 commit 7183b5aCopy full SHA for 7183b5a
test/unit/node/routes/static.test.ts
@@ -7,7 +7,7 @@ import * as integration from "../../../utils/integration"
7
8
const NOT_FOUND = {
9
code: 404,
10
- message: "not found",
+ message: "Not Found",
11
}
12
13
describe("/_static", () => {
0 commit comments