Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 370 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 370 Bytes

adonis-jest

Jest preset for Adonis 5 support.

Installation

npm install --save-dev adonis-jest-grv

Usage

Set preset: 'adonis-jest-grv' in your Jest configuration:

module.exports = {
  preset: 'adonis-jest-grv',
};

For now, only a basic application can be setup. In the future, there will be a way to setup a complete web server.