🔒 升级base layout

This commit is contained in:
babyProxy 2024-04-23 00:08:15 +08:00
parent 80aa4292a5
commit ea0ff1b8cc
45 changed files with 109 additions and 105 deletions

View file

@ -6,7 +6,7 @@ test.describe('Tool - YAML to TOML', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('YAML to TOML - IT Tools');
await expect(page).toHaveTitle('YAML to TOML - Zeeklog Online Tools');
});
test('JSON is parsed and outputs clean TOML', async ({ page }) => {