Skip to content

Commit 560d234

Browse files
committed
remove only from test
1 parent 1dc7fb7 commit 560d234

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
@@ -11,7 +11,7 @@ function check(validator, value, field, errorCount) {
1111
return res;
1212
}
1313

14-
describe.only("Validators", () => {
14+
describe("Validators", () => {
1515

1616
describe("test Validators.required", () => {
1717

0 commit comments

Comments
 (0)