mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
Co-authored-by: Joaquín Sánchez Jiménez <joaquin.sanchez@fi2net.es> Co-authored-by: userquin <userquin@gmail.com> Co-authored-by: M. Bagher Abiat <zorofight94@gmail.com>
9 lines
129 B
TypeScript
9 lines
129 B
TypeScript
import { defineConfig } from 'vitest/config'
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
browser: true,
|
|
open: true,
|
|
},
|
|
})
|