Socket
Socket
Sign inDemoInstall

jasmine-core

Package Overview
Dependencies
0
Maintainers
4
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jasmine-core

Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, Node.js (http://nodejs.org) projects, or anywhere that JavaScript can run.


Maintainers
4

Readme

Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, Node.js (http://nodejs.org) projects, or anywhere that JavaScript can run.

The Jasmine packages for Python are deprecated. There will be no further releases after the end of the Jasmine 3.x series. We recommend migrating to the following options:

  • jasmine-browser-runner (https://github.com/jasmine/jasmine-browser, npm install jasmine-browser-runner) to run specs in browsers, including headless Chrome and Saucelabs. This is the most direct replacement for the jasmine serverandjasmine cicommands provided by thejasmine` Python package.
  • The jasmine npm package (https://github.com/jasmine/jasmine-npm, npm install jasmine) to run specs under Node.js.
  • The standalone distribution from the latest Jasmine release https://github.com/jasmine/jasmine/releases to run specs in browsers with no additional tools.
  • The jasmine-core npm package (npm install jasmine-core) if all you need is the Jasmine assets. This is the direct equivalent of the jasmine-core Python package.

Except for the standalone distribution, all of the above are distributed through npm.

FAQs


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