[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.

docs: update to vitest config with `.ts` extension (#373)

authored by

Christian de Jesus IV and committed by
GitHub
(Nov 3, 2023, 1:38 PM UTC) bd9ec23f 900d086b

+1 -1
+1 -1
README.md
··· 36 36 }) 37 37 ``` 38 38 39 - 3. Then create a `vitest.config.mjs` with the following content: 39 + 3. Then create a `vitest.config.ts` with the following content: 40 40 41 41 ```js 42 42 import { defineVitestConfig } from 'nuxt-vitest/config'