jasmine 2.6.4
dotnet add package jasmine --version 2.6.4
NuGet\Install-Package jasmine -Version 2.6.4
<PackageReference Include="jasmine" Version="2.6.4" />
<PackageVersion Include="jasmine" Version="2.6.4" />
<PackageReference Include="jasmine" />
paket add jasmine --version 2.6.4
#r "nuget: jasmine, 2.6.4"
#addin nuget:?package=jasmine&version=2.6.4
#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
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.