Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 426 Bytes

Readme.md

File metadata and controls

20 lines (17 loc) · 426 Bytes

Single dependency to add tests to a ButterProvider

to use simply:

$ npm i butter-test-provider

or if you're from the new kids:

$ yarn add butter-test-provider

this should modify your package.json file to include:

  "scripts": {
    "test": "mocha ./node_modules/butter-provider/tests/*",
    "lint": "eslint tests/** index.js"
  },