opencv/modules/js/test
Joona Heikkilä 646025589b Fix global variable assignment in JS test suite
In test_imgproc.js, the test_filter suite's last test assigns a variable
to `size` without declaring it with `let`, polluting the global scope.
This commit adds `let` to the statement, so that the variable is scoped
to the test block.
2022-05-11 23:15:34 +03:00
..
.eslintrc.json Merge pull request #9466 from huningxin:js 2017-09-25 16:52:07 +03:00
package.json js(test): pin cli-table dependency 2021-11-18 05:40:16 +00:00
run_puppeteer.js Merge pull request #15503 from cancerberoSgx:js-test-puppeteer 2019-11-17 00:29:38 +03:00
test_calib3d.js Merge pull request #15480 from cancerberoSgx:estimateAffine2D 2019-09-30 21:35:26 +03:00
test_features2d.js js(test): update features2d test 2019-11-19 07:40:12 +00:00
test_imgproc.js Fix global variable assignment in JS test suite 2022-05-11 23:15:34 +03:00
test_mat.js Fix modules/ typos 2019-08-16 17:34:29 +03:00
test_objdetect.js Merge pull request #19284 from Ziachnix:feature/js-qr-code-detector 2021-03-13 12:52:44 +00:00
test_utils.js Fix modules/ typos 2019-08-16 17:34:29 +03:00
test_video.js Fix modules/ typos 2019-08-16 17:34:29 +03:00
tests.html Merge pull request #17403 from wangmengHB:master 2020-05-30 17:33:17 +00:00
tests.js js: Add findHomography js bindings. 2019-06-21 13:13:53 +03:00