Skip to content

Commit

Permalink
test: re-enable all tests (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
muningis authored Dec 18, 2024
1 parent aa5b349 commit 9e5c958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ test('should output assets', async () => {
)
})

test.only('should support importing named exports', async () => {
test('should support importing named exports', async () => {
const mdxSource = `
---
title: Example Post
Expand Down

0 comments on commit 9e5c958

Please sign in to comment.