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
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
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
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
test_video.js
tests.html Merge pull request #17403 from wangmengHB:master 2020-05-30 17:33:17 +00:00
tests.js