We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca95ef commit 90772c4Copy full SHA for 90772c4
docs/components/footer/footer.test.ts
@@ -35,19 +35,6 @@ describe('Components/Footer', () => {
35
expect(socialTray.length).equal(1);
36
});
37
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
51
52
afterEach(() => {
53
footer.remove();
0 commit comments