Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 0dbc803

Browse files
run all tests...
1 parent 067f17f commit 0dbc803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/modules/imgproc/ximgproc.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const cv = global.dut;
22
const { assertMetaData, assertPropsWithValue, funcShouldRequireArgs, readTestImage } = global.utils;
33
const { assert, expect } = require('chai');
44

5-
describe.only('ximgproc', () => {
5+
describe('ximgproc', () => {
66
if (!cv.xmodules.ximgproc) {
77
it('compiled without ximgproc');
88
return;

0 commit comments

Comments
 (0)