Skip to content

Commit

Permalink
test: re-enable all tests
Browse files Browse the repository at this point in the history
Only `should support importing named exports` test was being run
  • Loading branch information
muningis authored Dec 18, 2024
1 parent aa5b349 commit dcddb54
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 dcddb54

Please sign in to comment.