Jest preset for Adonis 5 support.
npm install --save-dev adonis-jest
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.