japa / preset-adonis

Bundled with opinionated plugins and reporters for AdonisJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdonisJS Preset

Bundled with opinionated plugins and reporters.

github-actions-image npm-image license-image typescript-image

Instead of installing individual plugins and reporters, this preset bundles them within a single package.

Installation

Install the package from the npm registry as follows:

npm i @japa/preset-adonis

Usage

Use the plugins as follows.

import { assert, specReporter, runFailedTests } from '@japa/preset-adonis'

configure({
  plugins: [assert(), runFailedTests()],
  reporters: [specReporter()]
})

About

Bundled with opinionated plugins and reporters for AdonisJS

License:MIT License


Languages

Language:TypeScript 96.5%Language:Shell 3.5%