0.2.2 • Published 5 years ago

buckleup v0.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

buckleup

A framework for data driven tests.

install

npm i -D buckleup

usage

Implement your Mocha.js tests with a single Javascript file, pointing buckleup to your test file.

const buckleup = require('buckleup');

buckleup.makeTests('./test/module-tests.json');