Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-vitest. An vitest environment with support for testing code that needs a Nuxt runtime environment
···11+export function useCustomModuleAutoImportedTarget() {
22+ return 'the original'
33+}
44+55+export function useCustomModuleAutoImportedNonTarget() {
66+ return 'the original'
77+}