Skip to content

yuhongcheng2003/ReactjsUnitTest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit Testing React.js with Jasmine and Karma

Setup:

  • Karma as a runner: npm install -g karma
  • Jasmine as test framework
  • Grunt as build tool

To run:

npm install

grunt test

To run application in browser: src/index.html

Full story could be found in my blog post

About

Unit Testing React.js with Jasmine and Karma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • Python 1.2%
  • Other 0.2%