Skip to content

kenkunz/js-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Crash Course – Examples

JS unit testing examples used in JavaScript Crash Course

Usage

Install node.js

Install local package dependencies (from project directory)

$ npm install

Run the tests! (from project directory)

$ npm test

Run the monitor script

$ node monitor.js

Play around – add/change tests, see them fail, update code to make them pass :)

License

Code licensed under The MIT License (MIT)

Content licensed under Creative Commons Attribution 3.0

Copyright © 2015 Ken Kunz

About

JavaScript Crash Course – unit testing examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published