UNPKG

firestore-vitest

Version:

Vitest helper for mocking Google Cloud Firestore

8 lines (6 loc) 114 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true }, });