diff options
-rw-r--r-- | packages/astro/test/units/i18n/astro_i18n.nodetest.js | 12 |
1 files changed, 0 insertions, 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 a568ce6bc..56be06194 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({ |