chore(test): add hanging-process
reporter on CI (#2622)
This commit is contained in:
parent
edcc8741bf
commit
6f20ce5bba
|
@ -1,10 +1,12 @@
|
|||
import { defineVitestConfig } from '@nuxt/test-utils/config'
|
||||
import { isCI } from 'std-env'
|
||||
|
||||
export default defineVitestConfig({
|
||||
define: {
|
||||
'process.test': 'true',
|
||||
},
|
||||
test: {
|
||||
reporters: isCI ? ['default', 'hanging-process'] : ['default'],
|
||||
setupFiles: [
|
||||
'/tests/setup.ts',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue