Skip to content

Commit 77d07f1

Browse files
author
Jonatan Salas
committed
Min diff
1 parent cb24bed commit 77d07f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/createFactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe("Factory creation", function() {
2121

2222
expect(factory.defaultFieldComponents).to.be.deep.equal(correctConfig);
2323
done()
24-
})
24+
});
2525

2626
it("User requests an details factory", function(done) {
2727
let correctConfig = {

0 commit comments

Comments
 (0)