1
0
mirror of synced 2025-12-23 21:07:12 -05:00

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:
Kevin Heis
2021-07-29 13:20:55 -07:00
committed by GitHub
parent 42a079716b
commit 1ed18e1448
13 changed files with 43 additions and 43 deletions

View File

@@ -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) => {