Skip to content

Commit

Permalink
remove only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Mar 23, 2017
1 parent 1dc7fb7 commit 560d234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/specs/utils/validators.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function check(validator, value, field, errorCount) {
return res;
}

describe.only("Validators", () => {
describe("Validators", () => {

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

Expand Down

0 comments on commit 560d234

Please sign in to comment.