[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: remove 2s timeout

+1 -1
+1 -1
test/nuxt/a11y.spec.ts
··· 1978 1978 it(`${colorMode}/${bgTheme}`, async () => { 1979 1979 applyTheme(colorMode, bgTheme) 1980 1980 const results = await runAxe(await mount()) 1981 - await new Promise(resolve => setTimeout(resolve, 2000)) 1981 + await nextTick() 1982 1982 expect(results.violations).toEqual([]) 1983 1983 }) 1984 1984 }