Skip to content

Commit dcddb54

Browse files
authored
test: re-enable all tests
Only `should support importing named exports` test was being run
1 parent aa5b349 commit dcddb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ test('should output assets', async () => {
417417
)
418418
})
419419

420-
test.only('should support importing named exports', async () => {
420+
test('should support importing named exports', async () => {
421421
const mdxSource = `
422422
---
423423
title: Example Post

0 commit comments

Comments
 (0)