Skip to content

Commit

Permalink
test: rename test for ctx.has checks again
Browse files Browse the repository at this point in the history
  • Loading branch information
KnorpelSenf authored Oct 27, 2024
1 parent 7cdb314 commit a0e4bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/context.type.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from "./deps.test.ts";

describe(
"ctx.has* tests",
"ctx.has* checks",
() => {
it("should narrow down types", () => {
const c = new Composer<Context & { state: 1 }>();
Expand Down

0 comments on commit a0e4bec

Please sign in to comment.