Skip to content

Commit 90772c4

Browse files
chore: full component testing example
1 parent cca95ef commit 90772c4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/components/footer/footer.test.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,6 @@ describe('Components/Footer', () => {
3535
expect(socialTray.length).equal(1);
3636
});
3737
});
38-
// const name = 'WCC';
39-
40-
// beforeEach(async () => {
41-
// greeting = document.createElement('wcc-greeting');
42-
// greeting.setAttribute('name', name);
43-
44-
// document.body.appendChild(greeting);
45-
// });
46-
47-
// it('should render the default greeting text', () => {
48-
// expect(greeting.querySelector('span').textContent).equal(`Hello ${name}!`);
49-
// });
50-
// });
5138

5239
afterEach(() => {
5340
footer.remove();

0 commit comments

Comments
 (0)