8 lines
225 B
TypeScript
8 lines
225 B
TypeScript
/**
|
|
* Event Store Tests
|
|
*
|
|
* Comprehensive tests for the event sourcing implementation.
|
|
* Tests event storage, retrieval, filtering, snapshots, and projections.
|
|
*/
|
|
export {};
|
|
//# sourceMappingURL=event-store.test.d.ts.map
|