jasmine-pass

1.1.1 • Public • Published

Actions Status

Jasmine Pass

This will add a function pass() which is the opposite of fail()

Install

npm install --save-dev jasmine-pass

Using

// In your spec helper
require("jasmine-pass")

// In your specs

describe("jasmine.pass", function () {
  it("will pass", function () {
    pass();
  });
});

Readme

Keywords

Package Sidebar

Install

npm i jasmine-pass

Weekly Downloads

33

Version

1.1.1

License

MIT

Unpacked Size

8.4 kB

Total Files

12

Last publish

Collaborators

  • tonybrix