[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-vitest. An vitest environment with support for testing code that needs a Nuxt runtime environment
nuxt nuxt-module testing unit-testing vitest
0

Configure Feed

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

nuxt-vitest / prettier.config.cjs
105 B 6 lines
1module.exports = { 2 semi: false, 3 singleQuote: true, 4 trailingComma: 'es5', 5 arrowParens: 'avoid', 6}