diff --git a/src/tools/file-hash/file-hash.e2e.spec.ts b/src/tools/file-hash/file-hash.e2e.spec.ts deleted file mode 100644 index 7325791f..00000000 --- a/src/tools/file-hash/file-hash.e2e.spec.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { expect, test } from '@playwright/test'; - -test.describe('Tool - File hash', () => { - test.beforeEach(async ({ page }) => { - await page.goto('/file-hash'); - }); - - test('Has correct title', async ({ page }) => { - await expect(page).toHaveTitle('File hash - IT Tools'); - }); - - test('', async ({ page }) => { - - }); -}); diff --git a/src/tools/file-hash/file-hash.service.test.ts b/src/tools/file-hash/file-hash.service.test.ts deleted file mode 100644 index aac990d5..00000000 --- a/src/tools/file-hash/file-hash.service.test.ts +++ /dev/null @@ -1,5 +0,0 @@ -// import { } from './file-hash.service'; -// -// describe('file-hash', () => { -// -// })