Skip to content

String-form tags silently dropped, --tags skips the case with no warning #36

Description

@royalpinto007

Problem

A case with tags: "arith" validates to tags: undefined, so --tags arith skips it silently.

Where

src/suite.ts (Array.isArray(c.tags) ? ... : undefined) + src/runner.ts (filters on c.tags ?? []).

Acceptance

Add a failing test first asserting string tags validates to ["arith"] (or errors). Then coerce/reject.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions