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
- Host: GitHub
- URL: https://github.com/zakodium/adonis-jest
- Owner: zakodium
- License: mit
- Created: 2021-02-19T07:19:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-07T15:32:20.000Z (7 months ago)
- Last Synced: 2025-11-07T17:27:18.612Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.