Commit 76475f00 authored by Luiz Moura's avatar Luiz Moura

Test

parent 148dd378
......@@ -5,10 +5,8 @@ describe('sub-component', () => {
afterEach(() => component.destroy());
// it('expect to exist without invites as owner', async () => {
// component = template.renderSync({ ...inputs, userRole: 'owner' }).appendTo(document.body).getComponent();
// await component.onMount();
// component.update();
// expect(component).toBeTruthy();
// });
it('expect component to be true', async () => {
component = template.renderSync({}).appendTo(document.body).getComponent();
expect(component).toBeTruthy();
});
});
......@@ -5,10 +5,8 @@ describe('first-component', () => {
afterEach(() => component.destroy());
// it('expect to exist without invites as owner', async () => {
// component = template.renderSync({ ...inputs, userRole: 'owner' }).appendTo(document.body).getComponent();
// await component.onMount();
// component.update();
// expect(component).toBeTruthy();
// });
it('expect component to be true', async () => {
component = template.renderSync({}).appendTo(document.body).getComponent();
expect(component).toBeTruthy();
});
});
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