#!/usr/bin/env node /** * End-to-End Test Suite for Society Protocol * * Usage: * npx tsx src/test-e2e.ts [options] * * Options: * --quick Run quick smoke tests only * --full Run full integration tests (default) * --network Test with real P2P networking */ export {}; //# sourceMappingURL=test-e2e.d.ts.map