[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

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

chore: fix link in comment (#1126)

authored by

Zach Hoskins and committed by
GitHub
(Apr 9, 2022, 11:25 AM +0800) 52fb5481 6ecb4213

+1 -1
+1 -1
examples/basic/vite.config.ts
··· 1 1 /// <reference types="vitest" /> 2 2 3 - // Configure Vitest (https://vitest.dev/config) 3 + // Configure Vitest (https://vitest.dev/config/) 4 4 5 5 import { defineConfig } from 'vite' 6 6