test(file hash): remove test files

This commit is contained in:
marvin-j97 2023-07-14 02:08:05 +02:00
parent 521f939d7e
commit cd3e8eba04
2 changed files with 0 additions and 20 deletions

View file

@ -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 }) => {
});
});

View file

@ -1,5 +0,0 @@
// import { } from './file-hash.service';
//
// describe('file-hash', () => {
//
// })