Automattic / studio

Studio by WordPress.com, a free desktop app that helps developers streamline their local WordPress development workflow.
https://developer.wordpress.com/studio/
GNU General Public License v2.0
138 stars 12 forks source link

Studio: Fix console errors on content-tab-assistant-test.tsx #251

Closed katinthehatsite closed 1 week ago

katinthehatsite commented 1 week ago

Related to https://github.com/Automattic/studio/pull/245

Proposed Changes

This PR fixes the console.error warnings for content-tab-assistant-test.tsx that were introduced when the PR mentioned above was merged:

Capture d’écran, le 2024-06-14 à 15 59 46

Although the tests are passing, the console throws errors. This happened because I introduced a new hook use-fetch-welcome-message that needed to be mocked in content-tab-assistant.

Testing Instructions

Pre-merge Checklist