We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61824a commit 80d1025Copy full SHA for 80d1025
test/unit/specs/index.spec.js
@@ -10,6 +10,7 @@ describe("module", () => {
10
expect(VueFormGenerator).to.have.property("component");
11
expect(VueFormGenerator).to.have.property("schema");
12
expect(VueFormGenerator).to.have.property("validators");
13
+ expect(VueFormGenerator).to.have.property("abstractField");
14
expect(VueFormGenerator.install).to.be.a("function");
15
16
});
0 commit comments