Skip to content

Commit

Permalink
Re-enable skipped navigation test (#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Sep 16, 2024
1 parent cfe54bc commit bf93994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ vi.mock('astro:content', async () =>

describe('getSidebar with build.format = "file"', () => {
test('returns an array of sidebar entries with its file extension', () => {
expect(getSidebar('/', undefined)).toMatchInlineSnapshot(`
expect(getSidebar('/index.html', undefined)).toMatchInlineSnapshot(`
[
{
"attrs": {},
Expand Down

0 comments on commit bf93994

Please sign in to comment.