mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
use vows as runner
This commit is contained in:
parent
279c3709f7
commit
dbebe54425
@ -16,7 +16,7 @@
|
|||||||
, "engine": "node >= 0.4.1"
|
, "engine": "node >= 0.4.1"
|
||||||
, "scripts": {
|
, "scripts": {
|
||||||
"preinstall": "node-gyp rebuild"
|
"preinstall": "node-gyp rebuild"
|
||||||
, "test": "node test/unit.js"
|
, "test": "vows test/unit.js"
|
||||||
}
|
}
|
||||||
, "main": "./lib/opencv"
|
, "main": "./lib/opencv"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -234,4 +234,4 @@ vows.describe('Smoke Tests OpenCV').addBatch({
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
}).run();
|
}).export(module);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user