preset-sails

1.0.2 • Public • Published

Sails preset

Bundled with opinionated plugins and reporters

Instead of installing individual plugins, reporters and starting the Sails server, this preset bundles them within a single package and exposed setup Sails for you.

npm i preset-sails --save-dev

Usage

Use the plugins as follows.

const { presetSails, assert, runFailedTests, specReporter, apiClient } = require('preset-sails')

configure({
  plugins: [presetSails(), assert(), runFailedTests(), apiClient('http://localhost:3333')],
  reporters: [specReporter]
})

Package Sidebar

Install

npm i preset-sails

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

5.07 kB

Total Files

9

Last publish

Collaborators

  • dominuskelvin