Skip to content

Commit

Permalink
fix: remove describe.only
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed May 10, 2016
1 parent f0d4c4e commit 9bd87a9
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 @@ -129,7 +129,7 @@ describe("Validators", () => {
});
});

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

let field = {
required: true,
Expand Down

0 comments on commit 9bd87a9

Please sign in to comment.