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();
  });
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    24
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    24
  • 1.1.0
    9
  • 1.0.4
    0
  • 1.0.3
    0
  • 1.0.0
    0

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