Enhancement: default to title/content search, allow choosing full search link from global search (#6805)

This commit is contained in:
shamoon 2024-05-22 16:19:46 -07:00 committed by GitHub
parent 8abb0cd75d
commit 719f76060b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 191 additions and 101 deletions

View file

@ -309,7 +309,7 @@ describe('SettingsComponent', () => {
expect(toastErrorSpy).toHaveBeenCalled()
expect(storeSpy).toHaveBeenCalled()
expect(appearanceSettingsSpy).not.toHaveBeenCalled()
expect(setSpy).toHaveBeenCalledTimes(26)
expect(setSpy).toHaveBeenCalledTimes(27)
// succeed
storeSpy.mockReturnValueOnce(of(true))