mocha-should

0.0.3 • Public • Published

mocha-should

Alias 'should' to Mocha 'it'

Usage

$ npm install mocha-should --save-dev
var should = require("mocha-should");
 
describe("Test suite", function() {
  should("have true equal true", function() {
    expect(true).to.be.true;
  });
});

Readme

Keywords

Package Sidebar

Install

npm i mocha-should

Weekly Downloads

3

Version

0.0.3

License

Apache 2 License

Last publish

Collaborators

  • kierans777