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 { E2E_TIMEOUT, setupPuppeteer } from './e2eUtils'
|
||||||
import path from 'node:path'
|
import path from 'node:path'
|
||||||
import { Transition, createApp, h, nextTick, ref } from 'vue'
|
import { Transition, createApp, h, nextTick, ref } from 'vue'
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// @vitest-environment jsdom
|
||||||
|
|
||||||
import { E2E_TIMEOUT, setupPuppeteer } from './e2eUtils'
|
import { E2E_TIMEOUT, setupPuppeteer } from './e2eUtils'
|
||||||
import path from 'node:path'
|
import path from 'node:path'
|
||||||
import { createApp, ref } from 'vue'
|
import { createApp, ref } from 'vue'
|
||||||
|
|
|
@ -80,7 +80,6 @@ export default defineConfig({
|
||||||
extends: true,
|
extends: true,
|
||||||
test: {
|
test: {
|
||||||
name: 'e2e',
|
name: 'e2e',
|
||||||
environment: 'jsdom',
|
|
||||||
poolOptions: {
|
poolOptions: {
|
||||||
threads: {
|
threads: {
|
||||||
singleThread: !!process.env.CI,
|
singleThread: !!process.env.CI,
|
||||||
|
|
Loading…
Reference in New Issue