We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc7fb7 commit 560d234Copy full SHA for 560d234
test/unit/specs/utils/validators.spec.js
@@ -11,7 +11,7 @@ function check(validator, value, field, errorCount) {
11
return res;
12
}
13
14
-describe.only("Validators", () => {
+describe("Validators", () => {
15
16
describe("test Validators.required", () => {
17
0 commit comments