Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Feb 28, 2024
1 parent 57655a9 commit e252f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/test/i18n-routing.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ describe('[SSG] i18n routing', () => {
let $ = cheerio.load(html);
assert.equal($('body').text().includes('Oi essa e index'), true);
});
})
});
});

describe('i18n routing with fallback and [pathname-prefix-always]', () => {
Expand Down

0 comments on commit e252f5b

Please sign in to comment.