Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Request/Question, Unable to pass ava arguments via targets array #4

@subash-canapathy

Description

@subash-canapathy

Tried to pass ava test runner flags as additional array argument, and as one string. This doesnt work when grunt is ran
ava: { target: ["src/tests/ava/*.js", "--match='@bvt*'"] }

ava: { target: ["src/tests/ava/*.js --match='@bvt*'"] }

Output:
target: ["src/tests/ava/.js", "--match='@bvt'"] => All tests are ran, the second arg in array is ignored ?
target: ["src/tests/ava/.js --match='@bvt'"] => 1 exception

  ✖ Couldn't find any files to test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions