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 df751c6 commit 7c1512fCopy full SHA for 7c1512f
tests/env/express/tests/client.test.js
@@ -1,7 +1,3 @@
1
-async function sleep(ms) {
2
- return await new Promise((resolve) => setTimeout(resolve, ms))
3
-}
4
-
5
describe('Instant MeiliSearch Browser test', () => {
6
beforeAll(async () => {
7
await page.goto('http://localhost:3000')
0 commit comments