From f13d89700225dbb57dfe2c504afa13f8ec442402 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Tue, 13 Feb 2024 15:51:26 +0000 Subject: [PATCH] chore: remove some weird stuff (#10103) --- .../astro/test/units/i18n/astro_i18n.nodetest.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/packages/astro/test/units/i18n/astro_i18n.nodetest.js b/packages/astro/test/units/i18n/astro_i18n.nodetest.js index a568ce6bc4be..56be06194b0b 100644 --- a/packages/astro/test/units/i18n/astro_i18n.nodetest.js +++ b/packages/astro/test/units/i18n/astro_i18n.nodetest.js @@ -1165,18 +1165,6 @@ describe('getLocaleAbsoluteUrl', () => { 'https://example.com/blog/es/' ); - console.log( - 'ASDF;JKDFAS;JKLADF;SKLJA;FDJKLS;JKLADFSJKLFDAS;LJKFDAS;JLKAFDSJLFDKS', - getLocaleAbsoluteUrl({ - locale: 'en_US', - base: '/blog/', - ...config.experimental.i18n, - site: 'https://example.com', - trailingSlash: 'always', - format: 'directory', - }) - ); - // file format assert.equal( getLocaleAbsoluteUrl({