You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.
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*'"] }
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: