@eveble/testing
TypeScript icon, indicating that this package has built-in type declarations

3.1.2 • Public • Published

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

Package Sidebar

Install

npm i @eveble/testing

Weekly Downloads

0

Version

3.1.2

License

MIT

Unpacked Size

89.3 kB

Total Files

14

Last publish

Collaborators

  • eveble-user
  • desivi