Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[html] Reduce reliance on global state
Currently, all tests which invoke the `run_coop_tests` utility function happen to define a global binding named `tests`. The utility function has been designed to accept that value as a formal parameter, but its internal implementation references the global binding instead. Update the `run_coop_tests` utility function to operate on the input array.
- Loading branch information