Skip to content

Commit

Permalink
test: re-enable all tests (#235)
Browse files Browse the repository at this point in the history
muningis authored Dec 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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

0 comments on commit 9e5c958

Please sign in to comment.