Skip to content

Eveble/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner



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:

# Clone the repository
$ git clone https://github.com/eveble/eveble-boilerplate.git <YOUR_PROJECT_NAME>
# Go into the repository
$ cd <YOUR_PROJECT_NAME>
# Run setup
$ npm run setup

Documentation

The @eveble/testing docs are now published at https://eveble.github.io/testing/ .

License

MIT