adonis-jest
v5.0.0
Published
Jest preset for Adonis 5 support
Readme
adonis-jest
Jest preset for Adonis 5 support.
Installation
npm install --save-dev adonis-jestUsage
Set preset: 'adonis-jest' in your Jest configuration:
module.exports = {
preset: 'adonis-jest',
};For now, only a basic application can be setup. In the future, there will be a way to setup a complete web server.
