Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tanakaworld/angularjstesttemplate

AngularJS + Karma + Jasmine のテストテンプレートを作成する
https://github.com/tanakaworld/angularjstesttemplate

Last synced: 8 days ago
JSON representation

AngularJS + Karma + Jasmine のテストテンプレートを作成する

Awesome Lists containing this project

README

        

### npm upgrade
+ `npm cache clean -f`
+ `npm install -g n`
+ `n stable`
+ `n` 0.10.21
+ `npm install v0.10.21`
+ `nvm use v0.10.21` を .bash_profileに追加
+ `npm update -g`

### Test SetUp
+ `npm init`
+ `npm install karma —-save-dev`
+ `./node_modules/.bin/karma init`
+ `npm install karma-jasmine --save-dev`