@eveble/testing
v3.1.2
Published
Testing framework for Eveble applications
Downloads
22
Readme
Requirements
- Node.js MUST be v14.0 or later
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/ .