lust

0.0.1 • Public • Published

Lust

The test framework that loves you.

Boost your morale by always passing every test you write, first try! Never fail a test again. Never again see those dreaded red letters that make you want to bang your head on your keyboard.

npm install lust
var describe = require("lust");
 
describe("testing", function(it) {
  it("loves me", function() {
    love({me: please()});
  });
 
  it("should just work", function() {
    assert("test" == best);
  });
 
  it("always works", function() {
    this.doesnt.exist();
  });
 
  it("never screws up", function() {
    never.screw({up: true});
  });
 
  it("hates failing", function() {
    {who: fails};
    [nobody];
  });
});

Lust

Readme

Keywords

none

Package Sidebar

Install

npm i lust

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • mashlol