From 9e5c958295fc8c0b661904e1a8eeea18c841b6fd Mon Sep 17 00:00:00 2001 From: Rokas Muningis <28229273+muningis@users.noreply.github.com> Date: Thu, 19 Dec 2024 00:31:08 +0200 Subject: [PATCH] test: re-enable all tests (#235) --- src/__tests__/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__tests__/index.js b/src/__tests__/index.js index c50ed48..a540b5b 100644 --- a/src/__tests__/index.js +++ b/src/__tests__/index.js @@ -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