jasmine 2.3.4
See the version list below for details.
dotnet add package jasmine --version 2.3.4
NuGet\Install-Package jasmine -Version 2.3.4
<PackageReference Include="jasmine" Version="2.3.4" />
paket add jasmine --version 2.3.4
#r "nuget: jasmine, 2.3.4"
// Install jasmine as a Cake Addin #addin nuget:?package=jasmine&version=2.3.4 // Install jasmine as a Cake Tool #tool nuget:?package=jasmine&version=2.3.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
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.