When I execute `allTests`, is there a way to filte...
# multiplatform
e
When I execute
allTests
, is there a way to filter out the JS browser test run (or any other test run)?
j
I'd expect with
-x [task to exclude]
👀 1
e
Quicker solution was to disable that target conditionally through a project property injected via CLI.