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 573c414 commit 56bc072Copy full SHA for 56bc072
test/fixtures/basic/__runtime__/warmup.nuxt.test.ts
@@ -3,7 +3,7 @@ import { renderSSRHead } from '@unhead/ssr'
3
import { createHeadCore } from '@unhead/vue'
4
import { useScript } from '#imports'
5
6
-describe('script warmup', () => {
+describe.skipIf(process.env.CI)('script warmup', () => {
7
it('default', async () => {
8
const head = createHeadCore()
9
const script = useScript({
0 commit comments