UNPKG

event-store-projection-testing-framework

Version:

Test framework for Event Store projections

20 lines 474 B
{ "name": "event-store-projection-testing-framework", "version": "2023.12.1", "description": "Test framework for Event Store projections", "main": "index.js", "scripts": { "test": "mocha --full-trace 'tests/**/*.js' --recursive" }, "keywords": [ "event-store", "projection", "unit-testing", "mocha", "chai" ], "devDependencies": { "chai": "^4.2.0", "mocha": "^8.2.1" } }