diff --git a/src/tools/commit-memo/commit-memo.e2e.spec.ts b/src/tools/commit-memo/commit-memo.e2e.spec.ts index 542dbc0e..7154463e 100644 --- a/src/tools/commit-memo/commit-memo.e2e.spec.ts +++ b/src/tools/commit-memo/commit-memo.e2e.spec.ts @@ -1,4 +1,4 @@ -import { test, expect } from '@playwright/test'; +import { expect, test } from '@playwright/test'; test.describe('Tool - Conventional Commit Cheatsheet', () => { test.beforeEach(async ({ page }) => { @@ -9,7 +9,7 @@ test.describe('Tool - Conventional Commit Cheatsheet', () => { await expect(page).toHaveTitle('Conventional Commit Cheatsheet - IT Tools'); }); - test('', async ({ page }) => { + test('', async ({ _page }) => { }); -}); \ No newline at end of file +}); diff --git a/src/tools/commit-memo/commit-memo.vue b/src/tools/commit-memo/commit-memo.vue index 52c8d9a9..17e65fac 100644 --- a/src/tools/commit-memo/commit-memo.vue +++ b/src/tools/commit-memo/commit-memo.vue @@ -19,4 +19,4 @@ const themeVars = useThemeVars(); border-radius: 4px; overflow: auto; } - \ No newline at end of file +