js: fix tests (qunit -> node-qunit)

This commit is contained in:
Alexander Alekhin
2017-11-15 20:46:38 +00:00
committed by Alexander Alekhin
parent 55dabd2858
commit 2210ed4fdd
2 changed files with 8 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
"description": "Tests for opencv js bindings",
"version": "1.0.0",
"dependencies" : {
"qunit" : "latest"
"node-qunit" : "latest"
},
"devDependencies": {
"eslint" : "latest",
@@ -18,7 +18,7 @@
},
"keywords": [],
"author": "",
"license": "BSD-4-Clause",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/opencv/opencv/issues"
},