Skip to content

MontealegreLuis/jstesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript testing example

This is the code for this blog post on testing frontend JavaScript with Jasmine.

In order to run this example you have to install the following dependencies

$ npm install
$ npm install -g bower
$ bower install

If you want run the tests, use this command

$ npm test

The untestable example is in the file start.html and the testable one is in index.html.

About

Javascript testing example

Resources

License

Stars

Watchers

Forks

Packages

No packages published