Info
Version: | 1.0.7 |
Author(s): | Manish Kumar |
Last Update: | Monday, August 10, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/manishkp/karmagruntjsunit.msbuild |
NuGet Url: | https://www.nuget.org/packages/KarmaGruntJSUnit.MSBuild |
Install
Install-Package KarmaGruntJSUnit.MSBuild
dotnet add package KarmaGruntJSUnit.MSBuild
paket add KarmaGruntJSUnit.MSBuild
KarmaGruntJSUnit.MSBuild Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
One needs to add the test files inside TestScripts Folder.
Add references to source js files in Karma.conf.js, eg:
files: [
'Scripts/angular.js',
'Scripts/angular-*.js',
'Sources/*.js',
'TestScripts/*.js'
],.