UNPKG

vitest-marbles

Version:

Marble testing helpers library for RxJs and Jest

10 lines (8 loc) 163 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true, environment: 'jsdom', clearMocks: true, }, });