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

Update environment_spec.js

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