Skip to content

Commit 80d1025

Browse files
committed
✅ test: add test to custom field
1 parent e61824a commit 80d1025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/specs/index.spec.js

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ describe("module", () => {
1010
expect(VueFormGenerator).to.have.property("component");
1111
expect(VueFormGenerator).to.have.property("schema");
1212
expect(VueFormGenerator).to.have.property("validators");
13+
expect(VueFormGenerator).to.have.property("abstractField");
1314
expect(VueFormGenerator.install).to.be.a("function");
1415

1516
});

0 commit comments

Comments
 (0)