Skip to content

butterproviders/butter-test-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
  },

About

generic tests for butter providers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published