Socket
Socket
Sign inDemoInstall

jasmine

Package Overview
Dependencies
13
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jasmine

Command line jasmine


Version published
Weekly downloads
1.1M
decreased by-19.68%
Maintainers
3
Install size
434 kB
Created
Weekly downloads
 

Readme

Source

Build Status

The Jasmine Module

The jasmine module is a package of helper code for developing Jasmine projects for Node.js.

The core of jasmine lives at https://github.com/jasmine/jasmine and is jasmine-core in npm.

Contents

This module allows you to run Jasmine specs for your Node.js code. The output will be displayed in your terminal by default.

Documentation

http://jasmine.github.io/2.5/node.html

Installation

# Local installation:
npm install --save-dev jasmine

# Global installation
npm install -g jasmine

Initializing

To initialize a project for Jasmine

jasmine init

To seed your project with some examples

jasmine examples

Usage

To run your test suite

jasmine

Configuration

Customize spec/support/jasmine.json to enumerate the source and spec files you would like the Jasmine runner to include. You may use dir glob strings. More information on the format of jasmine.json can be found in the documentation

Alternatively, you may specify the path to your jasmine.json by setting an environment variable:

jasmine JASMINE_CONFIG_PATH=relative/path/to/your/jasmine.json

Support

Jasmine Mailing list: jasmine-js@googlegroups.com Twitter: @jasminebdd

Please file issues here at Github

Copyright (c) 2008-2016 Pivotal Labs. This software is licensed under the MIT License.

Keywords

FAQs

Last updated on 12 Jan 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc