Simple template environment for running JavaScript code through Jasmine tests and Karma test runner
Requirements and assumptions:
- Node is installed - required by Karma test runner, environment itself run js in browser
- Windows with VS2013 installed - if other don't use install_packages.bat but standard npm commands
Usage
- Prepare your machine by running install_packages.bat
- Run test runner by executing run_tests.bat
- Write your tests in 'test' directory and code in 'js' directory.