mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 15:15:02 -04:00
test(file hash): remove test files
This commit is contained in:
parent
521f939d7e
commit
cd3e8eba04
2 changed files with 0 additions and 20 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue