Skip to content

aduggin/javascript-learning-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#JavaScript Learning Tests

A project to help me learn, explore and practice javascript and unit testing

The project uses Mocha, Chai and Sinon and can be run in the browser or with Karma.

##To Run the tests in a browser Open app/index.html in your browser of choice

##To Run the tests from the command line

npm install
./node_modules/karma/bin/karma start karma.conf.js

The Karma server will run on port 9877 and will automatically run the tests in Chrome, Safari and PhantomJS

http://localhost:9877/

When the Karma server is running you can also view the Mocha html reporter in the browser

http://localhost:9876/debug.html

About

Automated tests with Mocha to learn JavaScript: http://aduggin.github.io/javascript-learning-tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published