mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
js: fix tests (qunit -> node-qunit)
This commit is contained in:
committed by
Alexander Alekhin
parent
55dabd2858
commit
2210ed4fdd
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user