change npm test to global karma for windows

pull/4/head
Mario Zupan 11 years ago
parent 9866b94de1
commit c60e24e795

@ -135,7 +135,8 @@ Unit Tests can be run with [Karma][karmaUrl] and written using [Mocha][mochaUrl]
```console
> npm install
> npm test
> npm install -g karma-cli
> npm test
```

@ -23,7 +23,7 @@
"doc": "doc"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start"
"test": "karma start"
},
"author": "",
"license": "ISC"

Loading…
Cancel
Save