1. jasmine
CLI for Jasmine, a simple JavaScript testing framework for browsers and Node
jasmine
Package: jasmine
Created by: jasmine
Last modified: Sat, 22 Jul 2023 18:15:34 GMT
Version: 5.1.0
License: MIT
Downloads: 5,796,242
Repository: https://github.com/jasmine/jasmine-npm

Install

npm install jasmine
yarn add jasmine

Build Status
FOSSA Status

The Jasmine Module

The jasmine module is a command line interface and supporting code for running
Jasmine specs under Node.

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

https://jasmine.github.io/setup/nodejs.html

Quick Start

Installation:

 npm install --save-dev jasmine

To initialize a project for Jasmine:

 npx jasmine init

To seed your project with some examples:

 npx jasmine examples

To run your test suite:

 npx jasmine

ES and CommonJS module compatibility

Jasmine is compatible with both ES modules and CommonJS modules. See the
setup guide for more information.

Node version compatibility

Jasmine supports Node 18 and 20.

Support

Documentation: jasmine.github.io
Jasmine Mailing list: [email protected]
Twitter: @jasminebdd

Please file issues here at Github

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

License

FOSSA Status

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code