Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jasmine-node-sugar

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasmine-node-sugar

Some additional methods that make my life easier when testing with Jasmine in Node.js

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

jasmine-node-sugar

Some additional methods that make my life easier when testing with Jasmine (1.0.28) in Node.js
I decided not to push this one to npm while there are only a few insignificant features which probably will be fixed in the next Jasmine release.

Usage

  • add this repo as dependency in package.json:
  "devDependencies": {
    "jasmine-node": "1.0.28",
    "jasmine-node-sugar": "git://github.com/bestander/jasmine-node-sugar.git#master"
  },
  • require this module in your spec file
  • call jasmine_node_sugar.addJasmineMatchers in beforeEach method of your suite/spec

License MIT

Keywords

FAQs

Package last updated on 01 Feb 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc