clearMocks
* fix(api): do nothing in clearMocks if __TAURI_INTERNALS__ is not defined (fix: #8179) Prevents tests that didn't define any mocks from failing in `afterEach` test hook. * Update fix-clearmocks.md * check for indvidiual properties instead