We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb24bed commit 77d07f1Copy full SHA for 77d07f1
test/createFactory.js
@@ -21,7 +21,7 @@ describe("Factory creation", function() {
21
22
expect(factory.defaultFieldComponents).to.be.deep.equal(correctConfig);
23
done()
24
- })
+ });
25
26
it("User requests an details factory", function(done) {
27
let correctConfig = {
0 commit comments