jasmine 2.6.4

dotnet add package jasmine --version 2.6.4
NuGet\Install-Package jasmine -Version 2.6.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jasmine" Version="2.6.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jasmine --version 2.6.4
#r "nuget: jasmine, 2.6.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install jasmine as a Cake Addin
#addin nuget:?package=jasmine&version=2.6.4

// Install jasmine as a Cake Tool
#tool nuget:?package=jasmine&version=2.6.4

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 projects, or anywhere that JavaScript can run

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on jasmine:

Package Downloads
iOnTech.JsTestUtilities

Jasmine test utilities library. This library enables running non-trivial tests using an iFrame. The library solves the 'fixtures' problem, i.e. fixtures in Jasmine are a fixed-in-time representation of a UI or UI control, and can produce false positives when the dynamic UI elements have changed. The library provides a means of addressing numerous issues, e.g. properly traversing the test vs. iframe namespace, handling async script loading, async event handling, etc.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.6.4 709,562 7/14/2017
2.6.3 21,537 6/8/2017
2.5.2 198,501 11/28/2016
2.4.1 551,671 12/11/2015
2.3.4 51,647 10/23/2015