[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-pre-hydrate.
0

Configure Feed

Select the types of activity you want to include in your feed.

nuxt-pre-hydrate / vitest.config.mjs
173 B 9 lines
1import { defineVitestConfig } from '@nuxt/test-utils/config' 2 3export default defineVitestConfig({ 4 test: { 5 coverage: { 6 reporter: ['text', 'json'], 7 }, 8 }, 9})