mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
14544e4b87
* 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
6 lines
71 B
Markdown
6 lines
71 B
Markdown
---
|
|
"@tauri-apps/api": 'patch:bug'
|
|
---
|
|
|
|
Avoid crashing in `clearMocks`
|