UNPKG

create-rspeedy

Version:

Create Rspeedy-powered ReactLynx apps with one command

10 lines (8 loc) 227 B
import { defineConfig } from 'vitest/config' import { vitestTestingLibraryPlugin } from '@lynx-js/react/testing-library/plugins' export default defineConfig({ plugins: [ vitestTestingLibraryPlugin(), ], test: {}, })