Skip to content

sravikiran/AngularTestingTips-TestingDirectives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Running the sample code The sample code doesn't have UI. It has a template file in src folder and a set of unit test files with code to be tested under tests folder

To run the sample, open a command prompt and execute the following commands:

  • npm install -g karma (to install karma globally)
  • npm install (to install karma package)
  • grunt (to compile the template into an Angular module and run tests on Karma)

About

Tips to test Angular directives

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published