Skip to content

Commit 9bd87a9

Browse files
committed
fix: remove describe.only
1 parent f0d4c4e commit 9bd87a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/utils/validators.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ describe("Validators", () => {
129129
});
130130
});
131131

132-
describe.only("test Validators.array", () => {
132+
describe("test Validators.array", () => {
133133

134134
let field = {
135135
required: true,

0 commit comments

Comments
 (0)