🧹 Remove unnecessary whitespace in unit test file
This commit is contained in:
@@ -329,7 +329,7 @@ describe('useGamemasterSearch', () => {
|
||||
it('should clear results when clearSearch is called', async () => {
|
||||
composable.searchResults.value = [0, 1, 2];
|
||||
composable.searchQuery.value = 'test';
|
||||
|
||||
|
||||
composable.clearSearch();
|
||||
|
||||
expect(composable.searchQuery.value).toBe('');
|
||||
|
||||
Reference in New Issue
Block a user