Skip to content

Commit

Permalink
run all tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
KnorpelSenf committed Apr 1, 2024
1 parent fe9c97c commit 40b129e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/filter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe("matchFilter", () => {
}
});

it.only("should work with correct type-inference", () => {
it("should work with correct type-inference", () => {
const text = "I <3 grammY";
const ctx = new Context(
// deno-lint-ignore no-explicit-any
Expand Down

0 comments on commit 40b129e

Please sign in to comment.