seanmturley / natureddit

A simple Reddit client, featuring a landing page dedicated to nature with posts pulled from a curated list of subreddits.
0 stars 1 forks source link

Fix failing SearchBar tests #148

Open seanmturley opened 9 months ago

seanmturley commented 9 months ago

Description

From #67:

SearBar.test.js appears to be failing due to some problem with the way it's set up. It's possibly related to accessing the API via useGetSubredditsQuery, but this need further research.

Further inspection suggests the issue could be related to setupWithRouting (though this appears to be working elsewhere).