1.0.1 • Published 6 years ago

apc-test-adonis v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

NPM Package License Build Status Coverage Status Maintainability Dependencies Dev Dependencies Greenkeeper badge

APC Test

Combined test dependencies for APC adonis projects

  • Test runner: Adonis-Vow-Mocha
  • Assertion library: Chai
  • Spies, stubs and mocks: Sinon, Mock-Require, Nock
  • Helpers: Find-Free-Port

About

This package provides a skeleton for testing adonis apps with the apc-test stack.

Installation

npm install --save-dev apc-test-adonis

APC Style

Recommended to be used with apc-style for linting of JS, SCSS and Pug files.