fix(commit-memo): resolve linting issues
Fix ESLint violations in commit-memo tool files: - Revert prefix unused parameter with underscore (_page)
This commit is contained in:
parent
c4fead78f2
commit
556408ad91
@ -9,7 +9,7 @@ test.describe('Tool - Conventional Commit Cheatsheet', () => {
|
|||||||
await expect(page).toHaveTitle('Conventional Commit Cheatsheet - IT Tools');
|
await expect(page).toHaveTitle('Conventional Commit Cheatsheet - IT Tools');
|
||||||
});
|
});
|
||||||
|
|
||||||
test('', async ({ _page }) => {
|
test('', async ({ page }) => {
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user