feat(stage-ui-mmd): add MMD support (#1997)
--------- Co-authored-by: nyueki <nyuek.i@proton.me> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Neko Ayaka <neko@ayaka.moe> Co-authored-by-agent: Unknown
This commit is contained in:
co-authored by
nyueki
autofix-ci[bot]
Neko Ayaka
parent
78d6588cb0
commit
eabec9a64f
@@ -3,7 +3,10 @@ import { defineConfig } from 'vitest/config'
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: 'node',
|
||||
fileParallelism: false,
|
||||
globals: true,
|
||||
hookTimeout: 60_000,
|
||||
maxWorkers: 1,
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
include: [
|
||||
|
||||
Reference in New Issue
Block a user