We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ccfb8 commit 71c262bCopy full SHA for 71c262b
src/workflows/test-local-dev.ts
@@ -145,13 +145,6 @@ async function testSiteSearch() {
145
assert(results.meta)
146
assert(results.hits)
147
}
148
- // Using the autocomplete search API
149
- {
150
- const res = await get('/api/search/autocomplete?query=gi')
151
- const results = JSON.parse(res.body)
152
- assert(results.meta)
153
- assert(results.hits)
154
- }
155
156
157
async function testViewingPages() {
0 commit comments