https://github.com/stevehobbsdev/karmaangularbrowserifyexample
An example project using Karma, Angular and Browserify
https://github.com/stevehobbsdev/karmaangularbrowserifyexample
Last synced: 3 months ago
JSON representation
An example project using Karma, Angular and Browserify
- Host: GitHub
- URL: https://github.com/stevehobbsdev/karmaangularbrowserifyexample
- Owner: stevehobbsdev
- Created: 2015-02-27T12:12:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T12:22:25.000Z (over 11 years ago)
- Last Synced: 2024-12-31T20:16:04.008Z (over 1 year ago)
- Language: JavaScript
- Size: 359 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Karma, Angular and Browserify example
An example project using Karma, Angular and Browserify, mainly to keep myself aprised of how to do basic tasks.
* It uses a gulp task to perform the bundling.
* Karma is set up to use Mocha and Chai for testing on the PhantomJS headless browser (although the Chrome launcher is also installed)
* Browserify is set up to bundle the app, and for Karma to bundle the testing files
## Install
$ npm install
$ gulp
## Testing
$ npm test