Testing framework for Eveble applications
Eveble is an event sourcing framework with modular architecture for DDD(Domain Driven Design) applications in Node.js
Requirements
Installation
To use @eveble/testing with your Eveble app:
npm install --save-dev @eveble/testing
or
yarn add @eveble/testing -D
You'll also need to install Eveble.
Create a Eveble App
The recommended way to start new apps with Eveble is by using the official Eveble boilerplate:
$ git clone https://github.com/eveble/eveble-boilerplate.git <YOUR_PROJECT_NAME>
$ cd <YOUR_PROJECT_NAME>
$ npm run setup
Documentation
The @eveble/testing docs are now published at https://eveble.github.io/testing/ .
License
MIT