0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

chore: remove some weird stuff (#10103)

This commit is contained in:
Emanuele Stoppa 2024-02-13 15:51:26 +00:00 committed by GitHub
parent 11639b120d
commit f13d897002
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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({