An open API service indexing awesome lists of open source software.

https://github.com/zakodium/adonis-jest

Jest preset for Adonis 5 support
https://github.com/zakodium/adonis-jest

Last synced: 5 months ago
JSON representation

Jest preset for Adonis 5 support

Awesome Lists containing this project

README

          

# adonis-jest

Jest preset for Adonis 5 support.

## Installation

```console
npm install --save-dev adonis-jest
```

## Usage

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

```js
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.