Commit 62cbf0ea authored by Filipa Lacerda's avatar Filipa Lacerda

Fix eslint error

Adds changelog entry
parent b4b534af
---
title: Adds abitlity to render deploy boards in the frontend side
merge_request: 1233
author:
...@@ -108,8 +108,7 @@ describe('Deploy Board', () => { ...@@ -108,8 +108,7 @@ describe('Deploy Board', () => {
it('should render empty state', (done) => { it('should render empty state', (done) => {
setTimeout(() => { setTimeout(() => {
expect(component.$el.children.length,).toEqual(0); expect(component.$el.children.length).toEqual(0);
done(); done();
}, 0); }, 0);
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment