Skip to content

Commit

Permalink
chore: remove some weird stuff (#10103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Feb 13, 2024
1 parent 11639b1 commit f13d897
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/astro/test/units/i18n/astro_i18n.nodetest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit f13d897

Please sign in to comment.