Browse Source

little clean

master
valere 6 days ago
parent
commit
d3e008b3ae
4 changed files with 0 additions and 12 deletions
  1. +0
    -4
      e2e/tsconfig.json
  2. +0
    -8
      e2e/vue.spec.ts
  3. BIN
      public/favicon.ico
  4. +0
    -0
      vip.sh

+ 0
- 4
e2e/tsconfig.json View File

@@ -1,4 +0,0 @@
{
"extends": "@tsconfig/node22/tsconfig.json",
"include": ["./**/*"]
}

+ 0
- 8
e2e/vue.spec.ts View File

@@ -1,8 +0,0 @@
import { test, expect } from '@playwright/test';

// See here how to get started:
// https://playwright.dev/docs/intro
test('visits the app root url', async ({ page }) => {
await page.goto('/');
await expect(page.locator('div.greetings > h1')).toHaveText('You did it!');
})

BIN
public/favicon.ico View File

Before After

back/vip.sh → vip.sh View File


Loading…
Cancel
Save