diff --git a/src/tools/file-hash/file-hash.e2e.spec.ts b/src/tools/file-hash/file-hash.e2e.spec.ts index c44b7c91..7325791f 100644 --- a/src/tools/file-hash/file-hash.e2e.spec.ts +++ b/src/tools/file-hash/file-hash.e2e.spec.ts @@ -1,4 +1,4 @@ -import { test, expect } from '@playwright/test'; +import { expect, test } from '@playwright/test'; test.describe('Tool - File hash', () => { test.beforeEach(async ({ page }) => { @@ -12,4 +12,4 @@ test.describe('Tool - File hash', () => { test('', async ({ page }) => { }); -}); \ No newline at end of file +}); diff --git a/src/tools/file-hash/file-hash.service.test.ts b/src/tools/file-hash/file-hash.service.test.ts index cf56c670..aac990d5 100644 --- a/src/tools/file-hash/file-hash.service.test.ts +++ b/src/tools/file-hash/file-hash.service.test.ts @@ -1,6 +1,5 @@ -import { expect, describe, it } from 'vitest'; // import { } from './file-hash.service'; // // describe('file-hash', () => { // -// }) \ No newline at end of file +// }) diff --git a/src/tools/file-hash/file-hash.vue b/src/tools/file-hash/file-hash.vue index 23eac902..fb48e84b 100644 --- a/src/tools/file-hash/file-hash.vue +++ b/src/tools/file-hash/file-hash.vue @@ -1,83 +1,20 @@ - - - - - - - - - Click or drag a file to this area to upload - - - - - - - - - - - - - - - - - - - Copy - - - - - + + + + + + + + + + Click or drag a file to this area to upload + + + + + + + + + + + + + + + + + + + Copy + + + +