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:
parent
11639b120d
commit
f13d897002
1 changed files with 0 additions and 12 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue