mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
change npm test to global karma for windows
This commit is contained in:
@@ -135,6 +135,7 @@ Unit Tests can be run with [Karma][karmaUrl] and written using [Mocha][mochaUrl]
|
||||
|
||||
```console
|
||||
> npm install
|
||||
> npm install -g karma-cli
|
||||
> npm test
|
||||
```
|
||||
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@
|
||||
"doc": "doc"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./node_modules/karma/bin/karma start"
|
||||
"test": "karma start"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
|
||||
Reference in New Issue
Block a user