mirror of https://github.com/vuejs/core.git
chore: use inline vitest env comment
This commit is contained in:
parent
1ef15c780f
commit
c317a06043
|
@ -1,3 +1,5 @@
|
|||
// @vitest-environment jsdom
|
||||
|
||||
import { E2E_TIMEOUT, setupPuppeteer } from './e2eUtils'
|
||||
import path from 'node:path'
|
||||
import { Transition, createApp, h, nextTick, ref } from 'vue'
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// @vitest-environment jsdom
|
||||
|
||||
import { E2E_TIMEOUT, setupPuppeteer } from './e2eUtils'
|
||||
import path from 'node:path'
|
||||
import { createApp, ref } from 'vue'
|
||||
|
|
|
@ -80,7 +80,6 @@ export default defineConfig({
|
|||
extends: true,
|
||||
test: {
|
||||
name: 'e2e',
|
||||
environment: 'jsdom',
|
||||
poolOptions: {
|
||||
threads: {
|
||||
singleThread: !!process.env.CI,
|
||||
|
|
Loading…
Reference in New Issue