Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `test.bzl` macros were incorrectly forwarding some of the attrs like `features`. This was leading to silent errors where things passed via `features` were dropped (such as main thread checking). This PR fixes the macro by properly forwarding ALL supported unit test attrs to the unit test rule.
- Loading branch information