A tool for people curious about the React Server Components protocol rscexplorer.dev/
rsc react
at main 9 lines 190 B view raw
1import { defineConfig } from "vitest/config"; 2 3export default defineConfig({ 4 test: { 5 testTimeout: 30000, 6 fileParallelism: true, 7 globalSetup: "./tests/globalSetup.ts", 8 }, 9});