Clear out some non-fn references to Algolia (#20592)
* Clear out some non-fn references to Algolia * Update .github/workflows/dry-run-sync-search-indices.yml Co-authored-by: James M. Greene <JamesMGreene@github.com> * Update contributing/search.md Co-authored-by: James M. Greene <JamesMGreene@github.com> Co-authored-by: James M. Greene <JamesMGreene@github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import { namePrefix } from '../../lib/search/config.js'
|
||||
import remoteIndexNames from '../../lib/search/cached-index-names.json'
|
||||
const languageCodes = Object.keys(xLanguages)
|
||||
|
||||
describe('algolia', () => {
|
||||
describe('search', () => {
|
||||
test('has remote indexNames in every language for every supported GHE version', () => {
|
||||
expect(supported.length).toBeGreaterThan(1)
|
||||
supported.forEach((version) => {
|
||||
Reference in New Issue
Block a user