@samitouri / QOS-React-1 / commits / 0af58d6c9e

[ez] Clean up unused test filters

Lauren Tan committed Apr 2, 2024 at 10:32 UTC 0af58d6c9ed22f5784010a5bc72974e21d82f664
1 file changed -21
compiler/packages/snap/src/SproutTodoFilter.ts
-21
@@ -402,27 +402,6 @@ const skipFilter = new Set([
402 "readonly-object-method-calls",
403 "readonly-object-method-calls-mutable-lambda",
404
405 - // TODO: 🌲
406 - "forest/forest-basic.flow",
407 - "forest/forest-basic-jsx.flow",
408 - "forest/forest-typing.flow",
409 - "forest/forest-primitive-operations.flow",
410 - "forest/computed-load-props.flow",
411 - "forest/property-load-props.flow",
412 - "forest/forest-binding-test",
413 - "forest/forest-inline-object-type.flow",
414 - "forest/forest-object-type-valid.flow",
415 - "forest/forest-partial-reassignment-type-annotation.flow",
416 - "forest/todo-forest-phi-type-unused-initializer.flow",
417 - "forest/forest-hook.flow",
418 - "forest/access-property-of-non-escaping-value",
419 - "forest/forest-TasksApp.flow",
420 - "forest/forest-overwritten-let-binding-type-annotation.flow",
421 - "forest/forest-phi-type-unused-initializer.flow",
422 - "forest/forest-TaskEditor.flow",
423 - "forest/forest-TaskTitleField.flow",
424 - "forest/forest-prefixed-useState.flow",
425 -
405 // TODO: we probably want to always skip these
406 "rules-of-hooks/rules-of-hooks-0592bd574811",
407 "rules-of-hooks/rules-of-hooks-0e2214abc294",