mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 02:24:58 +00:00
useFetch() was trying to actually fetch the license file and mocking fetch() caused errors about not wrapping code in act(). So instead, we can avoid all errors by just mocking useFetch() instead.