We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea01cb2 commit 4edfbc9Copy full SHA for 4edfbc9
src/test/Filter.spec.ts
@@ -445,7 +445,7 @@ describe("Filter Test", () => {
445
446
test("Non-targeted SET_FILTER with no output returns false (write-through)", () => {
447
const filter = new Filter({ name: "TargetOnly" });
448
- const f: FilterControlFunction = (m) => true;
+ const f: FilterControlFunction = () => true;
449
const ctrl: FilterControlMessage = {
450
type: FilterControlMessageType.SET_FILTER,
451
name: "Other",
0 commit comments