test(file hash): remove test files
This commit is contained in:
parent
521f939d7e
commit
cd3e8eba04
@ -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 }) => {
|
|
||||||
|
|
||||||
});
|
|
||||||
});
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
// import { } from './file-hash.service';
|
|
||||||
//
|
|
||||||
// describe('file-hash', () => {
|
|
||||||
//
|
|
||||||
// })
|
|
||||||
Loading…
Reference in New Issue
Block a user