Commit 95061b38 authored by Filipa Lacerda's avatar Filipa Lacerda

Update environment_spec.js

parent e0b9ec8e
...@@ -34,10 +34,9 @@ describe('Environment', () => { ...@@ -34,10 +34,9 @@ describe('Environment', () => {
}); });
it('should render the empty state', (done) => { it('should render the empty state', (done) => {
console.log(EnvironmentsComponent);
component = new EnvironmentsComponent({ component = new EnvironmentsComponent({
el: document.querySelector('#environments-list-view'), el: document.querySelector('#environments-list-view'),
}).$mount(); });
setTimeout(() => { setTimeout(() => {
expect( expect(
......
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