8 lines
117 B
TypeScript

import { defineProject } from 'vitest/config'
export default defineProject({
test: {
name: 'space_1',
},
})