change npm test to global karma for windows

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

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

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

Loading…
Cancel
Save