Skip to content

Commit

Permalink
✅ test: add test to custom field
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Sep 2, 2016
1 parent e61824a commit 80d1025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/specs/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ describe("module", () => {
expect(VueFormGenerator).to.have.property("component");
expect(VueFormGenerator).to.have.property("schema");
expect(VueFormGenerator).to.have.property("validators");
expect(VueFormGenerator).to.have.property("abstractField");
expect(VueFormGenerator.install).to.be.a("function");

});
Expand Down

0 comments on commit 80d1025

Please sign in to comment.