@nostr-dev-kit/ndk-wallet
Version:
11 lines (8 loc) • 337 B
text/typescript
// This file is used to set up the test environment
// It's referenced in vitest.config.ts
// Add any global setup code here for Vitest tests
// No Jest compatibility needed as tests will be migrated to Vitest native format
// For example:
// 1. Set up global mocks
// 2. Set up environment variables
// 3. Configure test dependencies